50+79=129
180-129=51
X=51
Explanations
Angles on a straight line add up to 180 degrees. So 180-101=79 degrees
50 degrees is an opposite angle so it moves into the internal angle.
Angles in a triangle add up to 180 so (180-50-79=51)
Ans is 51 I think
Well, if you just divide 4000 by 50, you can see that the answer will come out as:
<em><u>80
</u></em>~TO check: 80 multiplied by 50 would come out to the answer of 4,000.
<em>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</em><em><u>
</u>Hope this helped! :D</em>
Answer:
C.between $430,000 and $580,000
Step-by-step explanation:
EDG
Answer:
<h3>1.05128205</h3>
Step-by-step explanation:
hope it helps
#carryonlearning
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.