Ok so your first step is to make this an equation
she gets paid x amount per hour and she works for 22 hours
so 22x plus her bonus
22x + 500 =1204
so now solve the equation
subtract both sides by 500
22x +500 =1204
-500 = -500
to get
22x = 704
now divide both sides by 22
x = 32
mrs jackson worked 32 hours to get her pay check
Hello from MrBillDoesMath!
Answer:
a(n) = 12 - 3(n-1) , n = 1,2,3.,,
Discussion:
The terms are 12, 9, 6, 3 so we are apparently subtracting 3 from each succeeding term. . Hence
a(n) = 12 - 3(n-1) , n = 1,2,3.,,
Thank you,
MrB
The answer: Dustin spent $66
$52+$49=$101
$101-$35=$66
Asked and answered elsewhere.
brainly.com/question/9247314You obviously don't mind using "technology" (Brainly) to answer these questions. A graphing calculator can do quadratic regression on the sequence and tell you its formula.
If you want to do it by hand, you can write the equation
.. y = ax^2 +bx +c
and substitute three of the given points. Then solve the resulting three linear equations for a, b, and c.
.. 4 = a +b +c
.. 7 = 4a +2b +c
.. 12 = 9a +3b +c
Subtracting the first equation from the other two reduces this to
.. 3 = 3a +b
.. 8 = 8a +2b
The latter can be divided by 2, so reduces to
.. 4 = 4a +b
Subtracting the first of the reduced equations from this, you have
.. 1 = a
so
.. 3 = 3*1 +b
.. 0 = b
and
.. 4 = a + b + c = 1 + 0 + c
.. 3 = c
And your equation is
.. y = x^2 +3 . . . . . . as shown previously