document.write( "Question 150374: 1. Marika is a salesperson who must decide between two monthly income options:
\n" );
document.write( " Option 1: Salary of $1412 per month, plus 10% of monthly sales
\n" );
document.write( "or Option 1: Salary of $2000 per month, plus 6% of monthly sales\r
\n" );
document.write( "\n" );
document.write( "What must the monthly sales amount be so that Option 1 is a better choice for Marika than Option 2?
\n" );
document.write( "Show a correct inequality and solve it.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Solve (x + 5)(x – 4)(x – 7) <= 0 and write the solution set in interval notation. Show all work
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110337 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Marika is a salesperson who must decide between two monthly income options: \n" ); document.write( "Option 1: Salary of $1412 per month, plus 10% of monthly sales \n" ); document.write( "s1(x) = 1412 + 0.10x \n" ); document.write( "-------------------------- \n" ); document.write( "Option 1: Salary of $2000 per month, plus 6% of monthly sales \n" ); document.write( "s2(x) = 2000 + 0.06x \n" ); document.write( "-------------------------- \n" ); document.write( "What must the monthly sales amount be so that Option 1 is a better choice for Marika than Option 2? \n" ); document.write( "INEQUALITY: \n" ); document.write( "s1 < s2 \n" ); document.write( "1412 + 0.10x < 2000 + 0.06x \n" ); document.write( "0.04x = 588 \n" ); document.write( "x = $14700 \n" ); document.write( "Show a correct inequality and solve it. \n" ); document.write( "Done \n" ); document.write( "==========================\r \n" ); document.write( "\n" ); document.write( "2. Solve (x + 5)(x – 4)(x – 7) <= 0 and write the solution set in interval notation. Show all work \n" ); document.write( " \n" ); document.write( "1st Solve the Equality: \n" ); document.write( "x = -5 or 4 or 7 \n" ); document.write( "------------------- \n" ); document.write( "2nd: Draw a number line and mark those x-values on the line. \n" ); document.write( "-------------- \n" ); document.write( "3rd: Solve the Inequality (x + 5)(x – 4)(x – 7) < 0 \n" ); document.write( "try a test point in each interval to see where the solution set is: \n" ); document.write( "try x = -6; -1*-10*-13 <0; true so solutions in (-inf,-5) \n" ); document.write( "try x = 0 ; 5*-4*-7 < 0 ; false so no solutions in (-5,4) \n" ); document.write( "try x = 5 ; 10*1*-2 < 0 ; true so solutions in (4,7) \n" ); document.write( "try x = 8 ; 13*4*1 < 0 ; false so no solutions in (7,+inf) \n" ); document.write( "----------------------- \n" ); document.write( "Final Answer: (-inf,-5) U (4,7) \n" ); document.write( "========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |