document.write( "Question 260363: How to find the the area and perimeter of a picture in a picture frame. (x-square + 4)is the length and the width is (3x-2). The frame itself is one inch wide on all four sides. \n" ); document.write( "
Algebra.Com's Answer #191790 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! the area of the picture is \n" ); document.write( "(x^2+4)*(3x-2)=3x^3-2x^2+12x-8 \n" ); document.write( "perimeter of frame \n" ); document.write( "2*(x^2+4+1)+2*(3x-2+1)=2*(x^2+3x+4) \n" ); document.write( " \n" ); document.write( " |