document.write( "Question 122894: A 48 inch board in to be cut into three pieces so that the second piece is twice as long as the first, and the third piece in 3 times as long as the first. If x represents the length of the first, find the lengths of all three\r
\n" );
document.write( "\n" );
document.write( "1st_____________
\n" );
document.write( "2nd________________
\n" );
document.write( "3rd_____________\r
\n" );
document.write( "\n" );
document.write( "I greatly appreciate it if you could help me \n" );
document.write( "
Algebra.Com's Answer #90203 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x represents the length of the first \n" ); document.write( "y represents the length of the second \n" ); document.write( "z represents the length of the third\r \n" ); document.write( "\n" ); document.write( "so x+y+z=48\r \n" ); document.write( "\n" ); document.write( "the second piece is twice as long as the first then y=2x \n" ); document.write( "the third piece in 3 times as long as the first then z=3x\r \n" ); document.write( "\n" ); document.write( "then x+2x+3x=48 so 6x=48 so x=8\r \n" ); document.write( "\n" ); document.write( "1st=x=8 \n" ); document.write( "2nd=y=16 \n" ); document.write( "3rd=z=24 \n" ); document.write( " |