document.write( "Question 636231: An 8 dm by 6 dm picture is to be photocopied in reduced size. The owner wants the copy to be half the size of the original picture. If the length and the width of the original picture will be reduced by the same measure, find the dimension of the photocopy. \n" ); document.write( "
Algebra.Com's Answer #400942 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! An 8 dm by 6 dm picture is to be photocopied in reduced size. \n" ); document.write( " The owner wants the copy to be half the size of the original picture. \n" ); document.write( " If the length and the width of the original picture will be reduced by the \n" ); document.write( " same measure, find the dimension of the photocopy. \n" ); document.write( ": \n" ); document.write( "Find the area of the original: 8 * 6 = 48 sq/dm \n" ); document.write( "Assume half the size means half the area: 24 sq/dm \n" ); document.write( "Let x = amt of reduction in the length and width \n" ); document.write( ": \n" ); document.write( "(8-x)*(6-x) = 24 \n" ); document.write( "48 - 8x - 6x + x^2 = 24 \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "x^2 - 14x + 48 - 24 = 0 \n" ); document.write( "x^2 - 14x + 24 = 0 \n" ); document.write( ": \n" ); document.write( "Factors to \n" ); document.write( "(x-2)(x-12) = 0 \n" ); document.write( ": \n" ); document.write( "Two solution but \n" ); document.write( "x = 2 dm reduction is the only reasonable solution \n" ); document.write( ": \n" ); document.write( "new dimensions 6 by 4 \n" ); document.write( "Check \n" ); document.write( "(8-2) * (6-2) = 24 \n" ); document.write( " |