document.write( "Question 1126230: A salesman earns $200 per week plus $40 commission for each item he sells. How many items does he need to sell to earn a total of $2640 in two weeks? \n" ); document.write( "
Algebra.Com's Answer #742555 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+n+\" = number of items he sells
\n" ); document.write( "\"+200%2A2+%2B++40n+=+2640+\"
\n" ); document.write( "\"+40n+=+2240+\"
\n" ); document.write( "\"+n+=+56+\" items
\n" ); document.write( "
\n" ); document.write( "
\n" );