The first thing we will do for this case is to define the following variable:
x = real number.
We then have the following sentence:
"Five more than the product of a number and 9 is equal to 6"
The equation sought is:
9x + 5 = 6
Answer:
An equation for the sentence is:
9x + 5 = 6
Answer:
<h3>#1</h3>
<u>The system of equations:</u>
- 2x + 7y = -11
- 3x + 5y = -22
Solve by elimination.
<u>Triple the first equation, double the second one, subtract the second from the first and solve for y:</u>
- 3(2x + 7y) - 2(3x + 5y) = 3(-11) - 2(-22)
- 6x + 21y - 6x - 10y = -33 + 44
- 11y = 11
- y = 1
<u>Find x:</u>
- 2x + 7*1 = -11
- 2x = -11 - 7
- 2x = -18
- x = -9
<u>The solution is:</u>
<h3>#2</h3>
<u>Simplifying in steps:</u>
- 8u - 29 > -3(3 - 4u)
- 8u - 29 > - 9 + 12u
- 12u - 8u < -29 + 9
- 4u < -20
- u < -5
That means its downgraded to 1/20 of actual height, let actual height is x. Then
(1/20) * x = 8, x = 20 * 8 = 160, actual height = 160 inch
160 inch = 160/12 feet = 13 1/3 feet or 13.333 feet.
The point of elimination is to have one variable so example
3x + 2y = 4
7X + 3y = 5
1) Try to find a way to have one variable
7(3x + 2y = 4) ----> 21x + 14y = 28
-3(7x+ 3y = 5) -----> -21x -9y = -15
2) add
0 + 5y = 13
3) solve for the last variable
5y = 13
y = 13/5 = 2 3/5 = 2.8
4) Subsitute the variable to get the other one
3x + 2(2.8) = 4
3x + 5.6 = 4
3x = -1.6
x = 0.533333333 (continue)
The intersection would be 0.53 with a line above the 3 and 2.8. (0.5333 , 2.8)
Hope you understand!!