document.write( "Question 626022: a rectangular picture 12cm by 10cm has a white border of uniform width. if the area of the border is 168sq.cm, how wide is the border?\r
\n" );
document.write( "\n" );
document.write( "one hundred tiles of a certain size are needed to pave a floor. if a tile, which measures 4cm less on each side, will be used, 225 tiles will be needed. find the sizr of the larger tile. \n" );
document.write( "
Algebra.Com's Answer #393938 by Emsley(35)![]() ![]() ![]() You can put this solution on YOUR website! Let width of border=x So area of picture +border=120+168=288 \n" ); document.write( "But length=12+2x and width=10+2x \n" ); document.write( "So (12+2x)*(10+2x)=288 \n" ); document.write( "120+44x+4x^2=288 \n" ); document.write( "4x^2+44x-168=0 \n" ); document.write( "x^2+11x-42=0 \n" ); document.write( "(x+14)(x-3)=0 x=3 (cant be -14 \n" ); document.write( " |