document.write( "Question 619985: Marie's office cubicle measures 10 ft by 12 ft. Write an equation to find the amount (x) that should be added to both the current length and width to make the area twice the size it is now. Solve the equation. What will the new dimension be?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #389903 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Marie's office cubicle measures 10 ft by 12 ft. \n" ); document.write( " Write an equation to find the amount (x) that should be added to both the current length and width to make the area twice the size it is now \n" ); document.write( "Solve the equation. What will the new dimension be? \n" ); document.write( ": \n" ); document.write( "Find the area now: 10 * 12 = 120 sq/ft, double the area = 240 sq/ft \n" ); document.write( ": \n" ); document.write( "(x+10)(x+12) = 240 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 12x + 10x + 120 = 240 \n" ); document.write( "x^2 + 22x + 120 - 240 = 0 \n" ); document.write( "x^2 + 22x - 120 = 0; is the equation \n" ); document.write( "Won't factor, use the quadratic formula to find x, I got a positive solution of \n" ); document.write( "x ~ 4.524 ft or 4 ft 6.3 inches to add to each dimension \n" ); document.write( " |