Concept:
To find the number of integers satisfying two inequalities simultaneously, we first solve each inequality separately and then find their common solution set. Finally, we count the integers lying in that intersection.
Step 1: Solve the inequality \(x^2-2x+8>0\)
Consider
\[
x^2-2x+8.
\]
The discriminant is
\[
D=b^2-4ac
=(-2)^2-4(1)(8)
=4-32
=-28.
\]
Since
\[
D<0
\]
and the coefficient of \(x^2\) is positive, the quadratic never touches the \(x\)-axis and remains positive for all real values of \(x\).
Therefore,
\[
x^2-2x+8>0
\]
is satisfied for every real number \(x\).
\[
\boxed{\text{All real numbers satisfy the first inequality}}
\]
Step 2: Solve the inequality \(x^2-3x+2\le0\)
Factorising,
\[
x^2-3x+2=(x-1)(x-2).
\]
Thus,
\[
(x-1)(x-2)\le0.
\]
A quadratic with positive leading coefficient is non-positive between its roots.
Hence,
\[
1\le x\le2.
\]
\[
\boxed{x\in[1,2]}
\]
Step 3: Find the common solution
The first inequality is true for all real numbers.
The second inequality gives
\[
x\in[1,2].
\]
Therefore the common solution set is
\[
[1,2].
\]
Step 4: Count the integers
The integers in
\[
[1,2]
\]
are
\[
1,\;2.
\]
Total number of integers
\[
=2.
\]
Hence,
\[
\boxed{2}
\]