document.write( "Question 431712: a 24 inch piano wire is cut in two pieces. The length of the longer piece is 4 inches more than 3 times the length of the shorter piece. how long is each piece? \n" ); document.write( "
Algebra.Com's Answer #300101 by hula(1)\"\" \"About 
You can put this solution on YOUR website!
x = short
\n" ); document.write( "y = long
\n" ); document.write( "y = 3x + 4 (since the long piece is 3 times longer than the short piece + 4 inches)
\n" ); document.write( "-------------------
\n" ); document.write( "x + y = 24
\n" ); document.write( "x + (3x + 4) = 24
\n" ); document.write( "x + 3x + 4 = 24
\n" ); document.write( "-------------------
\n" ); document.write( "from here, you are able to see it as a numerical problem compared to a word problem :-)
\n" ); document.write( "
\n" );