Question 1184899
.
You randomly choose an {{{highlight(integer)}}} number from 1 to 10, {{{highlight(inclusive)}}}.
Find the probability that the number is even or less than 5.
~~~~~~~~~~~~~~~~~~


<pre>
In all, there are 10 possible outcomes: the integer numbers from 1 to 10, inclusive.


Of them, the favorable outcomes are {1,2,3,4, 6, 8, 10}.


In all, there are 7 favorable outcomes.


THEREFORE, the probability to get the favorable outcome is  P = {{{7/10}}}.    <U>ANSWER</U>
</pre>

Solved.