document.write( "Question 1032698: Factor and solve. A photograph is going to be enlarged to print. The length is 4/3 of the width. If the area of the print is 192 square centimeters, what are the dimensions of the length and width? \n" ); document.write( "
Algebra.Com's Answer #647383 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! set w = width \n" ); document.write( "set l = length \n" ); document.write( "l = (4/3)w \n" ); document.write( "area = l * w \n" ); document.write( "area = (4/3)w * w \n" ); document.write( "192 = (4/3)w * w \n" ); document.write( "multiply each side by 3/4 \n" ); document.write( "144 = w^2 \n" ); document.write( "12 = w \n" ); document.write( "since l = (4/3)w , \n" ); document.write( "l = (4/3)12 \n" ); document.write( "l = 16 \n" ); document.write( " |