Factor the numerator and denominator and cancel the common factors.
The answer is 3x.
I think the answer is 210.442
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))
Use this formula a2 − b2 = (a + b)(a − b)
<span>(x+1)^2-(x-1)^2 in this case, a = x+1, b = x-1</span>
<span>= [(x+1) + (x-1)] * [(x+1) – (x-1)]</span>
=(x +1 + x – 1) *(x +1 – x +1)
= 2x * 2
<span>=4x</span>
Answer:
Yes
Step-by-step explanation:
The theory is that the two shortest sides must be greater than the longest side, so for the first one 3+5=8, 5<8. Then you can do the rest by yourself.