The third side must be >2 and < 18
To test if a triangle is acute, right or obtuse:
1) Square all 3 sides
2) Sum the squares of the 2 shortest sides
3) Compare this sum to side 3 squared
if sum > side 3 squared it is an acute triangle
if sum = side 3 squared it is a right triangle
if sum < side 3 squared it is an obtuse triangle
The shortest side 2 can be is "less than 2" so we'll say it is 2.00000001
three sides squared =
<span>
<span>
<span>
4.00000004
</span>
</span>
</span>
64
100
Summing the 2 shortest sides 4.00000004 + 64 = <span>68.00000004
</span><span>68.00000004 is less than 100 so it is an obtuse triangle no matter how long the third side is.
</span>
Answer:
10
Step-by-step explanation:
first you need to find the prime factors of the three numbers
ex:
prime factor of 18= 
prime of 24=
there is one 2 and one 3 in common
greatest common multiple 2*3=6
so the greatest common multiple is ten because it is the only one that can divide between all three evenly.

so 10 is your answer
Answer:
63 vehicles are not white
Step-by-step explanation:
Well you know that there are 175 total vehicles, and that 64% of those vehicles are white. Therefore the remaining percentage of vehicles must not be white.
100%-64%=36%
This means that 36% of the vehicles aren't white.
Now you must find what 36% of 175 is. The word "of" always signals for multiplication, which is exactly what you need to do here. First start by converting the percentage into decimal form:
36%=0.36
Now you can multiply
175 x 0.36 = 63
63 Vehicles are not white
Answer:
12cm and 16cm
Step-by-step explanation:
The hypotenuse of the right angle triangle = 20cm
let the other two sides be x and y;
The difference;
x = y - 4
Problem:
Find x and y;
Solution:
According to the pythagoras theorem;
x² + y² = 20² ------ i
x² + y² = 400 ----- i
and x - y = 4 ---- ii
So; x = 4 + y
Now input the value into equation (i);
(y + 4)² + y² = 400
(y+4)(y+4) + y² = 400
y² + y² + 4y + 4y + 16 = 400
2y² + 8y + 16 = 400
2y² + 8y + 16 -400 = 0
2y² + 8y - 384 = 0;
y² + 4y - 192 = 0
Factorize the equation;
y² + 16y - 12y - 192 = 0
y(y + 16) - 12(y + 16) = 0
(y-12)(y + 16) = 0
y -12 = 0 or y+ 16 = 0
y = 12 or -16
It is not realistic for the length of a body to be a negative value, so y= 12;
since;
x - y = 4,
x = 4 + 12
x = 16