document.write( "Question 420805: you are making a scrapbook out of pictures that are 7 inches long and 5 inches wide,you want to place a border of equal width on each edge\r
\n" );
document.write( "\n" );
document.write( "a)wrie a polynomial that represents the total area of the picture wtih the border
\n" );
document.write( "b)find the total area of the picture with border when the wodth of the border is 2 inches
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #293944 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Drawing a diagram will help you understand this.
\n" ); document.write( "With this diagram we should be able to figure out the dimensions of the outer rectangle (the combined picture and border). Looking at the diagram we should be able to see that the length of the outer rectangle will be an \"x\" plus the length of the inner triangle plus another \"x\" on the other end. So the length will be: \n" ); document.write( "x + 7 + x \n" ); document.write( "which simplifies to: \n" ); document.write( "2x + 7 \n" ); document.write( "For the width of the outer rectangle we should see an \"x\" plus the width of the inner rectangle plus another \"x\" on the other end: \n" ); document.write( "x + 6 + x \n" ); document.write( "which simplifies to \n" ); document.write( "2x + 6 \n" ); document.write( "Since the area of any rectangle is its length times its width, the area of this outer rectangle will be \n" ); document.write( "A = (2x+7)(2x+6) \n" ); document.write( "which, using FOIL, simplifies as follows: \n" ); document.write( "A = 2x*2x + 2x*6 + 7*2x + 7*6 \n" ); document.write( "A = \n" ); document.write( "A = \n" ); document.write( "This is polynomial which represents the area of the outer rectangle (the picture and border combined). \n" ); document.write( "For part b we just make the \"x\" a 2: \n" ); document.write( "A = \n" ); document.write( "which simplifies as follows: \n" ); document.write( "A = 4(4) + 26(2) + 42 \n" ); document.write( "A = 16 + 52 + 42 \n" ); document.write( "A = 68 + 42 \n" ); document.write( "A = 110 \n" ); document.write( "Since \"x\" is in inches, the area of the picture and border, with a border of 2 inches, is 110 square inches. \n" ); document.write( " |