document.write( "Question 1005965: roger gets $40 per days as wages and $4.50 as commission for every pair of shoes he sells in a day. his daily earnings goal is $112.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622107 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the number of pairs of shoes he sells. Then we set up \n" ); document.write( "40 + 4.5x = 112 \n" ); document.write( "4.5x = 72 \n" ); document.write( "x = 16 pairs \n" ); document.write( " |