document.write( "Question 14955: Jane earns $41 more a week than twice as much as Bill does. Together they earn $140. How much does each earn? \n" ); document.write( "
Algebra.Com's Answer #7423 by jb007mi6(53)\"\" \"About 
You can put this solution on YOUR website!
if J is janes salary and B is bills salary then
\n" ); document.write( "J=2B+41 (Jane earns $41 more a week than twice as much as Bill does.)
\n" ); document.write( "(Together they earn $140.)
\n" ); document.write( "this means
\n" ); document.write( "B+(2B+41)=140
\n" ); document.write( "3B+41=140
\n" ); document.write( "3B=140-41
\n" ); document.write( "3B=99
\n" ); document.write( "B=33
\n" ); document.write( "since b+j=140 and b=33
\n" ); document.write( "33+j=140
\n" ); document.write( "j=107
\n" ); document.write( "check your answer to see if it's right
\n" ); document.write( "
\n" );