Answer:
89
Step-by-step explanation:
8, 13,
8+13= 21
13+21 =34
21+34=55
34+55=89
190 / 5 = 38
38 * 31 = 1178
1178 * 4 = 4712
= $47.12
Answer:
Step-by-step explanation:
First your going to plug in what p and q are into the equation so 3(2)^5+10(-3)^2 over 7(2)+1.
Your going to first do (2)^5 and (-3)^2 so it’s going to be 3(32)+10(9) over (multiply the 7(2) first) 14+1.
3(32)+10(9) over 14+1 now multiply 3(32) and 10(9) you should get (96)+(90) over 15.
add 96+90 to get 186 over 15.
then divide how many times 15 can go into 186 you should get 12 6/15 and divide 6/15 by 3 to get your final answer 12 2/5.
I hope this helps!
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)