document.write( "Question 293420: You made a square card to send to a friend. The card did not fit in the envelope so you had to trim the card. You trimmed 4 inches from the length and 5 inches from the width. The area of the resulting card is 20 square inches.
\n" );
document.write( "a. what were the original dimensions
\n" );
document.write( "b. What was the perimeter of the original card?
\n" );
document.write( "c. What is the difference in the areas of the original and trimmed cards?\r
\n" );
document.write( "\n" );
document.write( "could you please also show me how you got the answers. Thank You \n" );
document.write( "
Algebra.Com's Answer #211829 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! You trimmed 4 inches from the length and 5 inches from the width. (a square card) \n" ); document.write( " The area of the resulting card is 20 square inches. \n" ); document.write( ": \n" ); document.write( "a. what were the original dimensions \n" ); document.write( "Let x = side length of the the original square card \n" ); document.write( "then \n" ); document.write( "(x-4) = one side of the trimmed card \n" ); document.write( "and \n" ); document.write( "(x-5) = the other side \n" ); document.write( ": \n" ); document.write( "Area of resulting card given as 20 sq/in, therefore: \n" ); document.write( "(x-4) * (x-5) = 20 \n" ); document.write( "FOIL \n" ); document.write( "x^2 - 5x - 4x + 20 = 20 \n" ); document.write( ": \n" ); document.write( "x^2 - 9x + 20 - 20 = 0 \n" ); document.write( ": \n" ); document.write( "x^2 - 9x = 0 \n" ); document.write( "Factor out x \n" ); document.write( "x(x - 9) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 0 (obviously not this one) \n" ); document.write( "x = 9 in by 9 are the dimensions of the original square card \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "b. What was the perimeter of the original card? \n" ); document.write( "4(9) = 36 in \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "c. What is the difference in the areas of the original and trimmed cards? \n" ); document.write( "9^2 - 20 = 61 sq inches \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "Trimmed card dimensions \n" ); document.write( "9 - 5 = 4 \n" ); document.write( "9 - 4 = 5 \n" ); document.write( "4 by 5 inches \n" ); document.write( ": \n" ); document.write( "trimmed card area: 4 * 5 = 20 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did I explain this well enough for you to understand it? \n" ); document.write( " \n" ); document.write( " |