Answer:

Step-by-step explanation:
arithmetic sequence formula: 
where
is the first term and
is the common difference
Given:
⇒ 
⇒ 
Given:

⇒ 
⇒ 
Rearrange the first equation to make
the subject:
a = 32 - 9d
Now substitute into the second equation and solve for 
(32 - 9d) + 11d = 106
⇒ 32 + 2d = 106
⇒ 2d = 106 - 32 = 74
⇒ d = 74 ÷ 2 = 37
Substitute found value of
into the first equation and solve for
:
a + (9 x 37) = 32
a + 333 = 32
a = 32 - 333 = -301
Therefore, the equation is: 
Answer:
x - 3y = 8.
Step-by-step explanation:
Use the point-slope form of the equation of a line:
y - y1 = m(x - x1) where m = the slope and (x1, y1) is a point on the line.
So substituting the given values:
y - (-2) = 1/3(x - 2)
y + 2 = 1/3x - 2/3 Multiply through by 3:
3y + 6 = x - 2
x - 3y = 6 + 2
x - 3y = 8 <---- Standard Form.
Answer:
1. Dividing both sides by 4
2. Adding 3 to each side
Step-by-step explanation:
The first step you want to take is to divide both sides by 4 so that you can solve for inside the parenthesis. Next, you should add three to both sides in order to isolate the variable.
Answer:
5075 cents or 50.75
so sorry if it was wrong!
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.