document.write( "Question 185501: The original problem was:
\n" );
document.write( "[A photo is 4 inches longer than it is wide. A 3-inch border is placed around the photo making the total area of the photo and border 165 square inches. What are the dimensions of the photo? ]
\n" );
document.write( "So the initial question was…what was the dimensions of the photo. Since the total area of the photo AND border was 165 square inches, logically the
\n" );
document.write( "Total Area of Border and Photo (R3) = 165 square inches or the sum of the Area of the Border (R2) and Photo (R1).
\n" );
document.write( "So if I want to find the area of the photo the equation should read R3 - R1 = R2 since the total area of 165 subtracting the area of the photo should allow us to solve for the border and then substitute for w.
\n" );
document.write( "Let w = width of photo and w + 4 = length of photo so that the dimensions will equal (w)(w+4) = R1\r
\n" );
document.write( "\n" );
document.write( "The area of the border can be seen as the added areas of smaller rectangles surrounding the photo. So that :
\n" );
document.write( " x +4 + 6 (3) Each long rectangle = (3x + 30) x 2
\n" );
document.write( " 3x (x)(x+4) 3x Each smaller rectangle = (3x) x 2
\n" );
document.write( " x + 4 + 6 (3)
\n" );
document.write( "Therefore the area of the border is represented by 6x + 60 + 6x or 12x + 60
\n" );
document.write( "The whole equation can be seen as:
\n" );
document.write( "165 – area of photo = area of border or
\n" );
document.write( "165 – (x2 + 4x) = 12x + 60, using addition principle combine like terms
\n" );
document.write( "165 – x2 - 4x = 12x + 60 becomes 0 = x2 +16x -105
\n" );
document.write( "And this is where I get stuck because I cant find the factors of 16 and 105 that make this equation solvable?
\n" );
document.write( "Can you please show me the solution to this problem so that I understand.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #139163 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let L = length of photo and W = width of photo. \n" ); document.write( "From the problem... \n" ); document.write( " \n" ); document.write( "A 3-inch border is placed around the photo making the total area 165 sq.ins. \n" ); document.write( "The total area of the photo plus 3-inch border can be expressed as: \n" ); document.write( " \n" ); document.write( "Now Substitute A = 165 and L = W+4. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The width is 5 inches and the length is 9 inches. \n" ); document.write( " |