document.write( "Question 178845: a sign has a area of 60ft squared. if the width of is 4 ft shorter then the length, what are the dimensions of the sighn? \n" ); document.write( "
Algebra.Com's Answer #133800 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a sign has a area of 60ft squared. if the width of is 4 ft shorter then the length, what are the dimensions of the sign? \n" ); document.write( ": \n" ); document.write( "let x = width of the sign \n" ); document.write( "then \n" ); document.write( "(x+4) = length of the sign \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "W * L = area \n" ); document.write( "x(x+4) = 60 \n" ); document.write( ": \n" ); document.write( "x^2 + 4x = 60 \n" ); document.write( "; \n" ); document.write( "x^2 + 4x - 60 = 0; a quadratic equation \n" ); document.write( "Factor this to: \n" ); document.write( "(x+10)(x-6) = 0 \n" ); document.write( "positive solution is what we want here \n" ); document.write( "x = 6 ft is the width \n" ); document.write( "then \n" ); document.write( "6 + 4 = 10 ft is the length \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by finding the area: 10 * 6 = 60 sq/ft \n" ); document.write( " \n" ); document.write( " |