document.write( "Question 980077: The floor of a one story building is 14 feet longer than is wide. The building has 1472 square feet of floor space:\r
\n" );
document.write( "\n" );
document.write( "a) write quadratic equation for the area of the floor in terms of width.\r
\n" );
document.write( "\n" );
document.write( "b) find the length and width of the floor:
\n" );
document.write( " w=
\n" );
document.write( " l= \n" );
document.write( "
Algebra.Com's Answer #601280 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! width is x \n" ); document.write( "length is x+14 \n" ); document.write( "x*(x+14)=1472 \n" ); document.write( "x^2+14x-1472=0 \n" ); document.write( "That is the quadratic equation. \n" ); document.write( "(x+46)(x-32)=0 \n" ); document.write( "x=-46 or 32; the first can't be possible \n" ); document.write( "width is 32 feet \n" ); document.write( "length is 46 feet \n" ); document.write( "area is 32*46=1472 sq ft \n" ); document.write( " \n" ); document.write( " |