document.write( "Question 451895: you are offered two different sales jobs. Job A offers an annual salary of $30,000 plus a year end bonus of 1% of your total sales.Job B offers an annual salar salary of $24000 plus a year-end bonus of 2% of your total. how much you have to sell to earn the same amount at each job ? \n" ); document.write( "
Algebra.Com's Answer #310679 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let salary = \"Y\"
\n" ); document.write( "Let total sales = \"x\"
\n" ); document.write( "job A:
\n" ); document.write( "\"+Y+=+30000+%2B+.01x+\"
\n" ); document.write( "job B:
\n" ); document.write( "\"+Y+=+24000+%2B+.02x+\"
\n" ); document.write( "Make the salaries equal
\n" ); document.write( "\"+30000+%2B+.01x+=+24000+%2B+.02x+\"
\n" ); document.write( "\"+.01x+=+6000+\"
\n" ); document.write( "\"+x+=+600000+\"
\n" ); document.write( "You have to make $600,000 worth of sales
\n" ); document.write( "
\n" );