document.write( "Question 441579: Ms. Theodorou wants to hang a portrait of Mr Fucheck in the hallway.
\n" );
document.write( "The length of the picture is (x+2) and the width of the picture is (x+1).
\n" );
document.write( "Ms Cavazzi will build a frame out of wood. The Frame will have a 2 inch border.
\n" );
document.write( "The area of that entire Portrait will cover is 272 inches square. Find the dimensions of the picture. \n" );
document.write( "
Algebra.Com's Answer #304974 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Ms. Theodorou wants to hang a portrait of Mr Fucheck in the hallway. \n" ); document.write( "The length of the picture is (x+2) and the width of the picture is (x+1). \n" ); document.write( "Ms Cavazzi will build a frame out of wood. The Frame will have a 2 inch border. \n" ); document.write( "The area of that entire Portrait will cover is 272 inches square. \n" ); document.write( " Find the dimensions of the picture. \n" ); document.write( ": \n" ); document.write( "A 2\" border will add 4\" to each picture dimension \n" ); document.write( "therefore \n" ); document.write( "(x+2) + 4 = (x+6); overall length \n" ); document.write( "(x+1) + 4 = (x+5); overall width \n" ); document.write( ": \n" ); document.write( "Entire area \n" ); document.write( "(x+6)*(x+5) = 272 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + 6x + 5x + 30 = 272 \n" ); document.write( "x^2 + 11x + 30 - 272 = 0 \n" ); document.write( "x^2 + 11x - 242 = 0 \n" ); document.write( "You can solve this using the quadratic formula: a=1; b=11; c=-242 \n" ); document.write( "But it will factor to \n" ); document.write( "(x+22)(x-11) = 0 \n" ); document.write( "the positive solution \n" ); document.write( "x = 11 \n" ); document.write( "therefore \n" ); document.write( "11 + 2 = 13\" is the length of the picture \n" ); document.write( "11 + 1 = 12\" is the width \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the overall area with these values \n" ); document.write( "(13+4)*(12+4) = 272 \n" ); document.write( " |