Answer:
x = 7.5
y = 75
Step-by-step explanation:
if one angle of an equilateral triangle is 60 degrees (180/3) then 4x + 2x + 2x = 8x = 60, so x = 7.5
for y, we'll have to take the right triangle. we know that 2x = 15, and MON = 60, so 180 - 60 - 15 = 105.
180 - 105 will give us y, which is 75
Answer:
Do 180-110=70 Then have it where 70/2=35. 35+4=39, 35-4=31, so the three angles are 39, 110, and 31.
Step-by-step explanation:
Answer: D
Step-by-step explanation:
(5z + 15) - (11z + 2)
= (5z-11z) +(15-2)
= -6z+13
Answer: h=4/6
Step-by-step explanation:
6h=8-4
6h=4 /:6
h=4/6
Answer:
A
Step-by-step explanation:
This explanation mostly depends on what you're learning right now. The first way would be to convert this matrix to a system of equations like this.
g + t + k = 90
g + 2t - k = 55
-g - t + 3k = 30
Then you solve using normal methods of substitution or elimination. It seems to me that elimination is the quickest method.
g + t + k = 90
-g - t + 3k = 30
____________
0 + 0 + 4k = 120
4k = 120
k = 30
No you can plug this into the first two equations
g + t + (30) = 90
g + t = 60
and
g + 2t - (30) = 55
g + 2t = 85
now use elimination again by multiplying the first equation by -1
g + 2t = 85
-g - t = -60
_________
0 + t = 25
t = 25
Now plug those both back into one of the equations. I'll just do the first one.
g + (25) + (30) = 90
g = 35
Therefore, we know that Ted spent the least amount of time on the computer.
The second method is using matrix reduction and getting the matrix in the row echelon form, therefore solving using the gauss jordan method. If you would like me to go through this instead, please leave a comment.