Answer:
a = 0
Step-by-step explanation:
3(4a+7)=5(2a+4)+1 Distribute 3 through the parentheses
- > 12a + 21 = 5(2a + 4) +1
5(2a + 4) +1 --> 10a + 20 + 1
12a + 21 = 10a + 20 + 1 --> 12a + 21 = 10a + 21 --> 12a = 10a
12a - 10a = 0 --> 2a = 0
Divide both sides of the equation by 2 --> a = 0
Since TSQ and QSR are supplementary, they give 180 when summed. TSQ is 150, so QSR must be 30.
Therefore, you have

Box and whiskers plots use five number summaries. The first number is:
1:Minimum
2.Quartile 1
3.Mean
4.Quartile 2
5.maximum
Quartile are simple to get.
If your set of numbers is:
2,3,3,6,8,8,11
Then find the mean
2 3 3 |6| 8 8 11
Find the mean of the left side of of mean.
2 |3| 3 3 =Quartile 1
Then the right side
8 |8| 11 8 =Quartile 2
-----------------------------------------------
Your 5 number summary is 2,3,6,8,11
Plot them on the number line, but put a line above where the dot would go. take the 3 middle lines and connect to make a box. The lines on the outside of the box are the whiskers, AKA distributed data.
Be right there! Let's do this!
Answer:
Step-by-step explanation:
<u>Given recursive formula:</u>
- a₁ = -1
- aₙ = - 3aₙ₋₁ + 6 for n ≥ 2
<u>The first 4 terms are:</u>
- a₁ = - 1, given
- a₂ = - 3*(-1) + 6 = 3 + 6 = 9
- a₃ = - 3*(9) + 6 = - 27 + 6 = - 21
- a₄ = - 3*(-21) + 6 = 63 + 6 = 69