document.write( "Question 980493: please tell me the way on how to solve this step-by-step by finding the roots of this in the form of quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "A=160 meter square
\n" );
document.write( "L=2x+3
\n" );
document.write( "W=x \n" );
document.write( "
Algebra.Com's Answer #601632 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! L * W = A where L is length, W is width, A is the area \n" ); document.write( "(2x+3) * (x) = 160 \n" ); document.write( "2x^2 + 3x = 160 \n" ); document.write( "2x^2 + 3x - 160 = 0 \n" ); document.write( "******************************************************* \n" ); document.write( "use quadratic formula \n" ); document.write( "(-b + or - square root(b^2 - 4ac)) / 2a \n" ); document.write( "x = (-3 + square root(9 - 4*2*(-160))) / 4 = 320 \n" ); document.write( "x = (-3 - square root(9 - 4*2*(-160))) / 4 = −321.5 \n" ); document.write( "******************************************************* \n" ); document.write( "there are two solutions \n" ); document.write( "x = 320 and x = -321.5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |