Start off by making a ratio and write down the given. From there solve and multiply. Hopefully the picture helps :)
Answer:
63
Step-by-step explanation:
Because 7(9)=63.
Ur answer would be 56.6 degrees just subtract 33.5 from 90
Answer:
Python will return:
True
Step-by-step explanation:
The math function ** is an exponent indicator.
The equation you made was:

When you run this in python, it will return as true.
It is run as a Boolean expression because you have already provided the answer to the expression with the "==" statement.
If you had provided an incorrect answer (setting it equal to any number other than 4), it would return False.
If you want it to be a slope intercept form, the first you have to find slope.
y2-y1/x2-x1
2-0/6-0
2/6 = 1/3
Then you need to find the y intercept. Plug in the x and y value in y=mx+b.
2=1/3(6)+b
2=2+b
0=b
ANSWER: y=1/3x+0
Hope this helps and is correct :)