Answer:
y =
x - 12
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
y = -
x ← is in slope- intercept form
with slope m = -
, c = 0
Given a line with slope m then the slope of a line perpendicular to it is
= -
= -
=
, then
y =
x + c ← is the partial equation
To find c substitute (3, - 8) into the partial equation
- 8 = 4 + c ⇒ c = - 8 - 4 = - 12
y =
x - 12 ← equation of perpendicular line
Answer:
Except k=7, any real number for k would cause the system of equations to have no solution.
Step-by-step explanation:
In general a system of equations can be represented as ax+by=c and dx+ey=f. In order this system of equations to have NO SOLUTIONS a/d=b/a≠c/f. In our example a=6, b=4, c=14, d=3, e=2 and f=k. To apply the formula above, 6/3=4/2≠14/k. Hence k≠7. It can be concluded that except k=7, any real number for k would cause the system of equations to have no solutions.
Just for information, if k=7 the system will have infinitely many solutions.
Answer:
The second graph near the bottom with a Y-intercept of -1
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.