Answer:
2/1 or 2
Step-by-step explanation:
if you find a spot were the line is line up with the boxes in the graph like at (-2,0) up 2 and right one you will see the line is lined up again and since slope is rise/run its 2/1 or 2
3 > 1
(4^0 is one)
3 is greater than 4^0
Pretty simple.
Answer:
The answer simplify is 16384
Step-by-step explanation:
Answer:
5 , 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50 , 55 , 60
6, 12, 18 , 24 , 30, 36 , 42 , 48, 54, 60
30 and 60
9514 1404 393
Answer:
5. 88.0°
6. 13.0°
7. 52.4°
8. 117.8°
Step-by-step explanation:
For angle A between sides b and c, the law of cosines formula can be solved to find the angle as ...
A = arccos((b² +c² -a²)/(2bc))
When calculations are repetitive, I find a spreadsheet useful. It doesn't mind doing the same thing over and over, and it usually makes fewer mistakes.
Here, the side opposite x° is put in column 'a', so angle A is the value of x. The order of the other two sides is irrelevant.
__
<em>Additional comment</em>
The spreadsheet ACOS function returns the angle in radians. The DEGREES function must be used to convert it to degrees. The formula for the first problem is shown here:
=degrees(ACOS((C3^2+D3^2-B3^2)/(2*C3*D3)))
As you can probably tell from the formula, side 'a' is listed in column B of the spreadsheet.
The spreadsheet rounds the results. This means the angle total is sometimes 179.9 and sometimes 180.1 when we expect the sum of angles to be 180.0.