document.write( "Question 1176729: A salesman receives $25 for every vacuum cleaner he sells. If he sells more than 10 vacuum cleaners, he will
\n" );
document.write( "receive an additional $1.75 for each successive sale until he is paid a maximum of $46 per vacuum cleaner. How
\n" );
document.write( "many must he sell to reach this maximum? \n" );
document.write( "
Algebra.Com's Answer #804170 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The number of dollars he receives for selling the x-th vacuum cleaner after the first 10 is 25+1.75x. Solve the equation \n" ); document.write( "25+1.75x = 46 \n" ); document.write( "to find the number of vacuum cleaners he needs to sell after the first 10 to reach the maximum. \n" ); document.write( "Then remember the answer to the question is the total number of vacuum cleaners he needs to sell to reach the maximum; that answer is not just x, it is x+10. \n" ); document.write( " \n" ); document.write( " |