Answer:
See method below.
Step-by-step explanation:
m/n + n/3 = 2
2/m + n = 4
First eliminate the fractions by multiplying the first equation by 3n:-
3m + n^2 = 6n...........(1)
and the second equation by m:-
2 + mn = 4m..............(2)
Now we solve using substitution:-
From equation (2):-
4m - mn = 2
m = 2 / (4 - n)
Now substitute for m in equation (1):-
6/ (4 - n) + n^2 = 6n
6 + n^2(4 - n) = 6n(4 - n)
6 + 4n^2 - n^3 = 24n - 6n^2
n^3 - 10n^2 + 24n - 6 = 0
This will not factor so we could solve this using graphical software.
To find the values of the variable m we substitute the found values of n into one of the original equations and solve for m.
An undefined slope is NOT the same as y= 0, since it is a vertical line. The x-coordinate never changes even if the y-coordinate is different. There is no run.
Let
x--------> the unknown scale size
we know that
N 1---------> x
N 2---------> 1
N 3---------> 0.937
N 4--------->0.878
scale factor=0.937/0.878------> 1.0672
to obtain the size N 3 ----> multiply the size N 4 by 1.0672
size N 3=1.0672*0.878-----> 0.937
so
to obtain the size N 2 ----> multiply the size N 3 by 1.0672
size N 2=1.0672*0.937------> 1
to obtain the size N 1 ----> multiply the size N 2 by 1.0672
size N =1.0672*1------> 1.0672
hence
x=1.0672-------> x=1.067
the answer is the unknown scale size is 1.067
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.