Answer: If perpendicular lines intersect, then they form right angles.
Step-by-step explanation:
You take the first part, "perpendicular lines intersect", and add the "if" to it. Then, you take the second part, "to form right angles", and add the "then" in front of it to get your answer, "If perpendicular lines intersect, then they form right angles."
Hope it helps! :)
A suitable calculator* can do this easily.
61°38'45" = (61 +(38 +45/60)/60)° ≈ 61.65°
_____
I like the RealCalc app for Android, but many graphing calculators also will do this conversion. Of course, you can simply evaluate the expression as above.
Answer:
x = -0.69
Step-by-step explanation:
We can get this by writing the equation in the logarithmic form to base e
We have this as;
log e 0.5 = x
x = ln 0.5
x = -0.69315
To two decimal places, this is -0.69
Answer:
y = -x + 2
Step-by-step explanation:
We are asked to find the equation of a line
Step 1: find the slope
We are given two points
( 2 , 0) ( 6 , -4)
m = (y_2 - y_1 )/ (x_2 - x_1)
x_1 = 2
y_1 = 0
x_2 = 6
y_2 = -4
Insert the values
m = ( -4 - 0) / ( 6 - 2)
m = -4 / 4
m = -1
Step 2 : substitute m into the equation
y = mx + c
y = -1x + c
Step 3: substitute any of the two points into the equation
Let's pick ( 6 , -4)
x = 6
y = -4
y = mx + c
y = -1x + c
-4 = -1(6) + c
-4 = -6 + c
c = -4 + 6
c = 2
Step 4: substitute c = 2 into the equation
y = mx + c
y = -x + c
y = -x + 2