Answer:
BE / AB = <u>HE</u> / AH
Step-by-step explanation:
AE is angle bisector
BE / HE = AB / AH
BE / AB = HE / AH
Answer: 7/8
Step-by-step explanation:
The easiest way to do this is to find a common denominator, so first we find out 2 times how much equals 8? 2x4 = 8. So with 8 being our common denominator, we have to multiple 4 to every number in the fraction 1/2. So 1x4 = (4/8) = 2x4. Then you just add the top numbers, so 4 + 3 = 7 and keep the denominator. 7/8.
These array of numbers shown above are called matrices. These are rectangular arrays of number that are arranged in columns and rows. It is mostly useful in solving a system of linear equations. For example, you have these equations
x+3y=5
2x+y=1
x+y=10
In matrix form that would be
![\left[\begin{array}{ccc}1&3&5\\2&1&1\\1&1&10\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%263%265%5C%5C2%261%261%5C%5C1%261%2610%5Cend%7Barray%7D%5Cright%5D%20)
where the first column are the coefficients of x, the second column the coefficients of y and the third column is the constants, When you multiple matrices, just multiply the same number on the same column number and the same row number. For this problem, the solution is
Soccer buys more; divide each
Soccer- 3/2= 1.5
Volleyball- 7/5=1.4
Soccer buys more balls per player
Answer:
a = 6/5
b = 7/8
c = 1/5
Step-by-step explanation:
We want to make two of these equations be in terms of the same variable, so let's solve the first and third in terms of b.
5a-24b=-15 -> -3 + 24b/5 = a
48b+35c = 49 -> 49/35 - 48b/35 = 7/5 - 48b/35 = c
Now we can replace the a and c in the second equation and solve for b.
10a+45c=21
10(-3+24b/5)+45(7/5 - 48b/35) = 21
-30 + 48b + 63 - 432b/7 = 21 -> -12 = -96b/7 -> b=7/8
Now we can plug b back into the other two to solve for a and c. I will leave that to you unless you would like the steps there.