Answer:
See below and image
Step-by-step explanation:
180 + 48 = 228
180 + 55 = 235
Answer:
[13, 15, 17, 16, 12]
[16, 12, 17, 13, 15]
[16, 15, 14, 13, 12]
[17, 13, 15, 12, 14]
Step-by-step explanation:
Writing a Python code, I got the answers given, reading from left to right to down. For example, for [13, 15, 17, 16, 12], 13 is the top left circle, 15 is the middle right, 17 is the far right, 16 is the bottom left, and 12 is the bottom right
Based on the numbers we have we can assume that she saves 3 times more each week than the last (1*3=3, 3*3=9).
Following this trend we would multiply the amount she saved the third week ($9) by 3 to get $27 for the fourth week.
Then, we would multiply the amount she saved the fourth week ($27) by 3 to get $81 for the fifth week.
Finally, to figure out how much she saved in the 5 weeks, we need to add each value up to get 1+3+9+27+81= $121 saved in 5 weeks
So, if I'm understanding you correctly, f(x)=x^2 divided by 3x+x, or
f(x) = (x^2)/(3x+x)
f(6) --> plug the 6 in to all values of x --> f(6) = (6^2)/(3×6 + 6) = 36/(18+6)
= 36/24 --> both are divisible by 12, so 36/12=3 and 24/12=2, now we have the reduced (simplified) answer:
f(6) = 3/2, or 1 1/2, or 1.5