document.write( "Question 129014: A real estate agency wishes to double the size of its ad area in a telephone
\n" );
document.write( "directory by adding the same amount of length and width of the current ad.
\n" );
document.write( "The current ad is 4 cm wide by 6 cm long. What will be the dimensions of the new
\n" );
document.write( "ad. \n" );
document.write( "
Algebra.Com's Answer #94325 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! AREA=L*W \n" ); document.write( "AREA=4*6=24 CM^2 \n" ); document.write( "TO DOUBLE THE SIZE OF THE ADD YOU NEED TO ADD 2X TO EACH DIMENSION. \n" ); document.write( "(4+2X)(6+2X)=2*24 \n" ); document.write( "24+20X+4X^2=48 \n" ); document.write( "4X^2+20X+24-48=0 \n" ); document.write( "4X^2+20X-24=0 \n" ); document.write( "4(X^2+5-6)=0 \n" ); document.write( "4(X+6)(X-1)=0 \n" ); document.write( "X-1=0 \n" ); document.write( "X=1 THE ANSWER FOR THE INCREASED WIDTH & LENGTH OF THE AD. \n" ); document.write( "WIDTH=4+(2*1)=4+2=6 \n" ); document.write( "LENGTH=6+2*1)=6+2=8 \n" ); document.write( "PROOF: \n" ); document.write( "6*8=2*24 \n" ); document.write( "48=48 \n" ); document.write( " \n" ); document.write( " |