Assume that you only include whole numbers (1,2,3,4,5,6,7,8,9) and not 3.5 and such
so if 1 is odd and less than 5 then it is
1 or 3, since 5 isn't included
then the other number, to be less than 5 when added,
must be
1+x<5
3+x<5
solve each
1+x<5
subtract 1
x<4
set of answers are 1,2,3
3+x<5
subtract 3
x<2
set of answer is 1
so the possible numbers are
1,2,3
that is 3 numbesr out of 9 so
probability=(total desired outcomes)/(total possible outcomes) so
disred outcomes=3
total possible=9
3/9=1/3
the probabiltiy is 1/3
Answer:
To find the domains you must graph this equation and find the x-coordinates of the points plotted. That's the domain.
Remember, if two points have the same x-coordinate then do not repeat the number when stating the domain. Domain also always must be written in the least to greatest order. Domains must be written with {} enclosing them.
So if the x-coordinates were 4,5,6,4,7,5
You would write the domain as {4,5,6,7}
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 
You do 120 times 36 which is 4320 quarts of ice cream, i don't know how to find the rate per day
State A = State B - 1111
State A + State B = 8787
So, (B-1111) + B = 8787
2B -1111 = 8787
2B = 8787+1111
2B = 9898
B= 4949
Then A = B - 1111
A = 4949 - 1111
A = 3838
Proof is A + B = 8787
3838 + 4949 = 8787