document.write( "Question 278634: solve: you have made a quilt that is 4ft by 5 ft. you want to use the remaining 10 square feet of fabric to add a decorative border of uniform width. what should the width of the border be?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #202719 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 4*5=20 ft^2 \n" ); document.write( "(4+x)+(5+x)=30 ft^2 \n" ); document.write( "20+9x+x^2=30\r \n" ); document.write( "\n" ); document.write( "x^2+9x-10=0 \n" ); document.write( "(x+10)*(x-1)=0 \n" ); document.write( "x=1 \n" ); document.write( "check \n" ); document.write( "5*6=30 \n" ); document.write( "ok \n" ); document.write( "add one foot border to each side. \n" ); document.write( "
|