document.write( "Question 1134826: A rectangle has a length of 12 meters less than 2 times its width. If the area of the rectangle is 2574
\n" );
document.write( "square meters, find the length of the rectangle.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "---- meters? \n" );
document.write( "
Algebra.Com's Answer #752309 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Area = L x W = 2574 \n" ); document.write( "L = 2W-12 substitute for L above: \n" ); document.write( "2W-12 x W = 2574 \n" ); document.write( "2W^2-12W = 2574 \n" ); document.write( "2W^2-12W-5148 = 0 \n" ); document.write( "2(W^2-6W-2574) = 0 \n" ); document.write( "The easiest way would be by factoring. To do this, we multiply the coefficient of the 1st element times the constant: 1 x -2574 = -2574 \n" ); document.write( "Break down -2574 into its factors to see if we get to two factorswhose sum equals the coefficient of the middle term, which is -6: \n" ); document.write( "-2574+1 = -2573 \n" ); document.write( "-1287+2 = -1285 \n" ); document.write( "-858+3 = -855 \n" ); document.write( "-429+6 = -423 \n" ); document.write( "-286+9 = -277 \n" ); document.write( "-234+11 = -223 \n" ); document.write( "etc. \n" ); document.write( ". \n" ); document.write( "If you continue, you will discover that there aren't two factors that would add to -6, so this trinomial cannot be factored. \n" ); document.write( "Without wasting any more time, I will solve by completing the squares, a method which can solve all quadratic equations: \n" ); document.write( ". \n" ); document.write( "2W^2-12W = 2574 divide both sides by 2: \n" ); document.write( "w^2-6W = 1287 \n" ); document.write( "now write the equation in the form x^2+2ax+a^2 = (x+a)^2: \n" ); document.write( "2aW = -6W; 2a = -6; a = -3 \n" ); document.write( "add a^2 to both sides: \n" ); document.write( "a^2 = -3^2 = 9 \n" ); document.write( "W^2-6W+(-3)^2 = 1287+(-3)^2 \n" ); document.write( "W^2+(-3)^2 = 1296 \n" ); document.write( "Complete the squares: \n" ); document.write( "(W-3)^2 = 1296 \n" ); document.write( "W-3 = sqrt(1296) \n" ); document.write( "W-3 = sqrt(36^2) \n" ); document.write( "W-3 = 36 \n" ); document.write( "W = 39 \n" ); document.write( ". \n" ); document.write( "W-3 = -sqrt(1296) \n" ); document.write( "W-3 = -36 \n" ); document.write( "W = -33 \n" ); document.write( ". \n" ); document.write( "I tried 39 in our equation 2W-12 x W = 2574 and it doesn't work. Let's try -33: \n" ); document.write( "2W^2-12W = 2574 \n" ); document.write( "2(-33)^2-12(-33) = 2574 \n" ); document.write( "2(1089)+396 = 2574 \n" ); document.write( "2178+396 = 2574 Correct \n" ); document.write( ". \n" ); document.write( "Happy learning \n" ); document.write( " |