the fraction in the image is 2 1/2
let's try each choice
1) 2/3 x 5/2 = 10/6 = 5/3
2) 5/4 x 5/2 = 25/8
3) 3/3 x 2 1/2 = 2 1/2
4) 4/5 x 5/2 = 20/10 = 2
who is giving you these questions?
person number 60
10 20 30 40 50<u> 60</u>
12 14 36 48<u> 60</u>
It id in both of their times tables.<u />
Answer:
You save 36 dollars.
Step-by-step explanation:
30% of 120 is 36.
You spend $84
Answer:
1. S(1) = 1; S(n) = S(n-1) +n^2
2. see attached
3. neither
Step-by-step explanation:
1. The first step shows 1 square, so the first part of the recursive definition is ...
S(1) = 1
Each successive step has n^2 squares added to the number in the previous step. So, that part of the recursive definition is ...
S(n) = S(n-1) +n^2
__
2. See the attachment for a graph.
__
3. The recursive relation for an arithmetic function is of the form ...
S(n) = S(n-1) +k . . . . . for k = some constant
The recursive relation for a geometric function is of the form ...
S(n) = k·S(n-1) . . . . . . for k = some constant
The above recursive relation is not in either of these forms, so it is neither geometric nor arithmetic.