Answer:
28 cm, 32cm , 36cm
Step-by-step explanation:
Given:
- The lengths of the sides of a triangle are in the ratio 7:8:9
- Perimeter of triangle is 96cm
To Find:
- The lengths of the sides of triangle?
Solution:
Let:
- 1st side = 7x
- 2nd side = 8x
- 3rd side = 9x
As, we know that,
★ <em><u>Perimeter of Triangle = Sum of all sides </u></em> ★
➝ 7x + 8x + 9x = 96cm
➝ 24x = 96cm
➮ x = 96/24
➮ x = 4
So, length of the sides are:
7x = 7 × 4 ➝ 28cm
8x = 8 × 4 ➝ 32cm
9x = 9 × 4 ➝ 36cm
The amount of money Maria now makes per hour = $22.5
Answer:
The solution is similar to the 2-point form of the equation for a line:
y = (y2 -y1)/(x2 -x1)·x + (y1) -(x1)(y2 -y1)/(x2 -x1)
Step-by-step explanation:
Using the two points, write two equations in the unknowns of the equation of the line.
For example, you can use the equation ...
y = mx + b
Then for the points (x1, y1) and (x2, y2) you have two equations in m and b:
b + (x1)m = (y1)
b + (x2)m = (y2)
The corresponding augmented matrix for this system is ...
![\left[\begin{array}{cc|c}1&x1&y1\\1&x2&y2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7Cc%7D1%26x1%26y1%5C%5C1%26x2%26y2%5Cend%7Barray%7D%5Cright%5D)
____
The "b" variable can be eliminated by subtracting the first equation from the second. This puts a 0 in row 2 column 1 of the matrix, per <em>Gaussian Elimination</em>.
0 + (x2 -x1)m = (y2 -y1)
Dividing by the value in row 2 column 2 gives you the value of m:
m = (y2 -y1)/(x2 -x1)
This value can be substituted into either equation to find the value of b.
b = (y1) -(x1)(y2 -y1)/(x2 -x1) . . . . . substituting for m in the first equation