document.write( "Question 335687: A plumber wishes to cut a 26 foot length of pipe into two pieces. The longer piece needs to be 7 feet less than twice the length of the shorter piece. Where should the plumber cut the pipe? \n" ); document.write( "
Algebra.Com's Answer #240693 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let's call the two lengths A and B.
\n" ); document.write( "1.\"A%2BB=26\"
\n" ); document.write( "2.\"B=2A-7\"
\n" ); document.write( "Substitute eq. 2 into eq. 1,
\n" ); document.write( "\"A%2B2A-7=26\"
\n" ); document.write( "\"3A=33\"
\n" ); document.write( "\"A=11\"ft
\n" ); document.write( "Then from eq. 1,
\n" ); document.write( "\"11%2BB=26\"
\n" ); document.write( "\"B=15\"ft
\n" ); document.write( "
\n" );