document.write( "Question 16587: A billboard is 7 meters long and 5 meters high. An advertiser wishes to increase its size by adding the same amount to its length and width. The new area will be 63 square meters. How much must be added to the length and width of the billboard to do this? \n" ); document.write( "
Algebra.Com's Answer #321062 by JWG(21)![]() ![]() ![]() You can put this solution on YOUR website! I'm not sure the above is correct: \r \n" ); document.write( "\n" ); document.write( "Area of a rectangle is length*width, and each side is going to increased by the same amount to get the new area of 63.\r \n" ); document.write( "\n" ); document.write( "(7+x)(5+x)=63 \n" ); document.write( "35+12x+x^2=63 \n" ); document.write( "x^2+12x+35-63=0 \n" ); document.write( "x^2+12x-28=0 \n" ); document.write( "(x-2)(x+14)=0 \n" ); document.write( "x=2 and x=-14\r \n" ); document.write( "\n" ); document.write( "Only logical solution is x=2\r \n" ); document.write( "\n" ); document.write( "Check: (7+2)(5+2)=9*7. 9*7=63 \n" ); document.write( " |