document.write( "Question 575601: George Stoia earns $1,000 per month plus 5% commission on the amount of sales. George's goal is to earn a minimum of $2,300 per month. What amount of sales will enable George to earn $2,300 or more per month?
\n" );
document.write( "$ or more
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #369543 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the sales amount be x\r \n" ); document.write( "\n" ); document.write( "I>=1000 + 5% * x\r \n" ); document.write( "\n" ); document.write( "2300>=1000 +0.05x\r \n" ); document.write( "\n" ); document.write( "-1000 \n" ); document.write( "1300>=0.05x\r \n" ); document.write( "\n" ); document.write( "/0.05 \n" ); document.write( "1300/0.05>x \n" ); document.write( "26000>=x\r \n" ); document.write( "\n" ); document.write( "Sales should be greater than or equal to $26,000 \n" ); document.write( " |