There’s no image shown can u attach one
Answer:
<h2>Factors = (3x - 1) (2x - 1)</h2><h2>values :- x = 1/3 , 1/2</h2>
Step-by-step explanation:
= > 6x^2 + 1 = 5x
• Bring it in the standard form,
= > 6x^2 - 5x + 1 = 0
= > 6x^2 - (3 + 2)x + 1 = 0
= > 6x^2 - 3x - 2x + 1 = 0
• Take out common
= > 3x (2x - 1) - 1 (2x - 1) = 0
= > (3x - 1) (2x - 1) = 0...factors
= > x = 1/3 and 1/2... values of x
<h2>Hope it helps you!! </h2>
I think about 26.7
or something around there
The answer is "N". Even though "W" has parallel lines, "N" only has 2.
Hope it helps!
-Lacy
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))