document.write( "Question 356487: A poster is 25 centimeters taller than it is wide. It is mounted on a piece of cardboard so that there is a 5 centimeter border on all sides. If the area of the border alone is 1350 centimeters squared, what are the dimensions of the poster?\r
\n" );
document.write( "\n" );
document.write( "here is what i have so far, but now i'm stuck:
\n" );
document.write( "(w squared + 25w + 10) (w+10) = 1350 + (w squared + 25w) ... then i used FOIL to get:
\n" );
document.write( "w cubed + 10w + 10w + 100 = 1350 + (w squared + 25w)
\n" );
document.write( "w cubed + 20w = 1250 + (w squared + 25w)
\n" );
document.write( "w cubed = 1250 + (w squared + 5w)\r
\n" );
document.write( "\n" );
document.write( "thank you for your help! \n" );
document.write( "
Algebra.Com's Answer #254751 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A poster is 25 centimeters taller than it is wide. \n" ); document.write( " It is mounted on a piece of cardboard so that there is a 5 centimeter border on all sides. \n" ); document.write( " If the area of the border alone is 1350 centimeters squared, what are the dimensions of the poster? \n" ); document.write( ": \n" ); document.write( "We can do it this way, it's easier, we can get rid of those exponents. \n" ); document.write( "Let x = the poster width \n" ); document.write( "then \n" ); document.write( "(x+25) = poster height \n" ); document.write( "and poster area: \n" ); document.write( "x(x+25) = x^2+ 25x \n" ); document.write( ": \n" ); document.write( "Cardboard dimension (5 cm border adds 10 cm to each dimension) \n" ); document.write( "(x+10) = cardboard width \n" ); document.write( "then \n" ); document.write( "x + 25 + 10 = (x+35) = cardboard height \n" ); document.write( "and cardboard area \n" ); document.write( "(x+10)*(x+35) = x^2 + 45x + 350 \n" ); document.write( ": \n" ); document.write( "we know cardboard area - poster area = 1350 sq/cm \n" ); document.write( "therefore: \n" ); document.write( "(x^2 + 45x + 350) - (x^2 + 25x) = 1350 \n" ); document.write( "removed brackets \n" ); document.write( "x^2 + 45x + 350 - x^2 - 25x = 1350 \n" ); document.write( "Combine \n" ); document.write( "x^2 - x^2 + 45x - 25x = 1350 - 350 \n" ); document.write( "20x = 1000 \n" ); document.write( "x = \n" ); document.write( "x = 50 cm is the poster width, \n" ); document.write( "then \n" ); document.write( "50 + 25 = 75 cm is the poster height \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that works out (Cardboard will be 85 by 60) \n" ); document.write( "(85*60) - (75*50) = \n" ); document.write( "5100 - 3750 = 1350; confirms our solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "did this make sense to you? \n" ); document.write( " |