Q-2r=4, therefore: q=4+2r.
Plug the value of q into q+r=37, so you get:
4+2r+r=37
3r=37-4=33
3r=33
Therefore: r=11.
q-2r=4, but r=11, so:
q-2(11)=4
q-22=4
Therefore q=26.
Check if the answer is correct using second equation:
q=4+2r=4+2(11)=4+22=26.
So: q=26 and r=11.
If 45' is the width of the house, then the front yard would have 65+45+65 feet = 175 feet, and the back yard would have 35 + 45 + 35 = 115 feet.
the total would be 290 feet.
Answer:
r = 8 units
Step-by-step explanation:
The circumference is calculated using
. Substitute C = 50.24 units. Solve for the radius.

Answer:
2/6 or 33.33%
Explanation:
There are 6 numbers all together and 2 of them are 20$.As a fraction this would look like 2/6. 2/6 is also 33.33% of the wallet and its also the probability of pulling out a $20 bill
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15