document.write( "Question 106948: a 48 cm wire is to be cut into two pieces. One piece must be 10 cm longer than the shorter piece. How long should each piece be? \n" ); document.write( "
Algebra.Com's Answer #77795 by cheesey(22)\"\" \"About 
You can put this solution on YOUR website!
x = shorter piece
\n" ); document.write( "x + 10 = longer piece\r
\n" ); document.write( "\n" ); document.write( "x+(x+10)=48
\n" ); document.write( "2x + 10 = 48
\n" ); document.write( "2x = 38
\n" ); document.write( "x = 19\r
\n" ); document.write( "\n" ); document.write( "shorter piece is 19cm, longer piece is 19 + 10 = 29 cm.
\n" ); document.write( "
\n" );