document.write( "Question 986323: fred has two job offers for a position in shoe sales. One pays $25 per week plus a $2 commission for each pair sold, the other pays $40 per week with a $1.50 commission for each pair sold. How many shoes would fred have to sell to make the same total salary in either job? \n" ); document.write( "
Algebra.Com's Answer #607246 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "p=number of pairs sold \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( "$25+$2.00p=$40+$1.50p \n" ); document.write( "$0.50p=$15 \n" ); document.write( "p=30 \n" ); document.write( ". \n" ); document.write( "ANSWER: Fred has the same salary at either job when he sells 30 pairs of shoes. \n" ); document.write( " |