document.write( "Question 902282: a 90-inch board is cut into two pieces so that one piece is five times as long as the other. Find the length of each piece.
\n" );
document.write( "The short piece is ____ inches long.
\n" );
document.write( "The long piece is ____ inches long. \n" );
document.write( "
Algebra.Com's Answer #547214 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a 90-inch board is cut into two pieces so that one piece is five times as long as the other. Find the length of each piece. \n" ); document.write( "*** \n" ); document.write( "let x=longer piece \n" ); document.write( "90-x=shorter piece \n" ); document.write( "x=5(90-x) \n" ); document.write( "x=450-5x \n" ); document.write( "6x=450 \n" ); document.write( "x=75 \n" ); document.write( "90-x=15 \n" ); document.write( "longer piece=75 inches \n" ); document.write( "shorter piece=15 inches \n" ); document.write( " |