the formula for area of a rectangle is
Area = length x width
since both the length and the width of the rectangle lie on the same x and y axis, we can find the distance between the width and the distance between the length by subtracting
(-4,9) (-4,-3)
these points lie on the same x axis, so they create a vertical line
9-(-3) = 12
12 units is the distance between them
(-4,-3) (-1,-3)
these points lie on the same y axis, so they create a horizontal line
-1-(-4) = 3
3 units is the distance between them
now that we have the length and the width, we can find the area
A = 12 x 3
A = 36 units²
Answer:
y = 5/2x - 5
Step-by-step explanation:
Please let me know if you want me to add an explanation as to why this is the answer/how I got this answer. I can definitely do that, I just wouldn’t want to write it if you don’t want me to :)
Answer:
$13564
Step-by-step explanation:



Mary’s taxable income= $68,562
From the table, If taxable income is over $31,850 but not over $77,100
The tax = $4386.25 + 25% of the amount over 31,850
Amount over $31,850=$68,562-$31,850
=$36,712
Therefore:
Mary's tax = $4386.25 + (25% of $36,712)
=$4386.25 +9,178
=$13564.25
=$13564 (to the nearest dollar)
Explicit Formula
Just in case you don't know what this is, the explicit formula is the formula that solves for any term in the series without necessarily knowing what came before the term you are solving.
<em><u>Givens</u></em>
d = t_(n + 1) - t_n You can take any term and the next term for this part of the formula
d = t_3 - t_2
t_3 = 1
t_2 = -7
d = 1 - - 7 = 8
a = -15
<em><u>Formula</u></em>
t_n = a + (n - 1)*d
t_n = -15 + (n - 1)*8
For example find the 5th term.
t_5 = - 15 + (5 - 1)*8
t_5 = - 15 + 4 *8
t_5 = -15 + 32
t_5 = 17 Which is what you have.
Recursive Formula
Computers really like this formula. They use it in what is called a subroutine and they pass values from one part of the program to a subroutine which evaluates the given and sends the result back. I'm telling you all this so you see why you are doing it. The disadvantage of it for humans is that you must know the preceding term to use the recursive formula.
<em><u>Formula</u></em>
t_n = t_(n - 1) + d
<em><u>Example</u></em>
t_6 = t_(6 - 1) + d
t_6 = t_5 + 8
t_6 = 17 + 8
t_6 = 25
You can check this by using the explicit formula.