document.write( "Question 530705: at the touch of a button, a car shrinks by 2 feet in the width and 4 feet in the length. The original car base is 24 sq ft larger than that of the shrunken car. If the original car's length is twice the with, find the dimensions of both cars. \n" ); document.write( "
Algebra.Com's Answer #350196 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Reducing the length by 4 and the width by 2 results in an area that is 24 sq ft less than the original area. \n" ); document.write( ". \n" ); document.write( "(L-4)*(W-2) = (L*W)-24 \n" ); document.write( ". \n" ); document.write( "We have two unknowns, so we need another equation to solve this. \n" ); document.write( "Fortunately, we are told: \n" ); document.write( ". \n" ); document.write( "L = 2W \n" ); document.write( ". \n" ); document.write( "Substitute \n" ); document.write( ". \n" ); document.write( "(2W-4)(W-2) = (2W*W)-24 \n" ); document.write( ". \n" ); document.write( "2W^2 -4W -4W +8 = 2W^2 - 24 \n" ); document.write( ". \n" ); document.write( "subtract 2W^2 from both sides \n" ); document.write( ". \n" ); document.write( "-8W + 8 = -24 \n" ); document.write( ". \n" ); document.write( "subtract 8 from both sides \n" ); document.write( ". \n" ); document.write( "-8W = -32 \n" ); document.write( ". \n" ); document.write( "divide both sides by -8 \n" ); document.write( ". \n" ); document.write( "W = 4 \n" ); document.write( ". \n" ); document.write( "L = 2W = 2*4 = 8 \n" ); document.write( ". \n" ); document.write( "L*W = 4*8 = 32 \n" ); document.write( ". \n" ); document.write( "check using the reduced dimensions to see the effect on area \n" ); document.write( ". \n" ); document.write( "L-4 = 8-4 = 4 \n" ); document.write( "W-2 = 4-2 = 2 \n" ); document.write( "Area = 2*4 = 8 \n" ); document.write( "8 is 24 less than 32 \n" ); document.write( "correct \n" ); document.write( ". \n" ); document.write( "Answer: The original dimensions are 8 by 4 ft. The reduced dimensions are 4 by 2 ft. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |