document.write( "Question 1135745: Kimuyen needs to earn $4,250 per month in order to pay all her expenses. Her job pays her $3,775 per month plus 4% of her total sales. What is the minimum Kimuyen's total sales must be (in dollars) in order for her to pay all her expenses? \n" ); document.write( "
Algebra.Com's Answer #753402 by Theo(13342)![]() ![]() You can put this solution on YOUR website! kimuyen needs to earn 4250 per month in order to pay all her expenses.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "her salary is 3775 per month plus 4% of her total sales.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = her total sales.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for her total income for the month is i = 3775 + .04 * x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she needs i to be greater than or equal to 4250 in order to be able to pay all her expenses for the month.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula for that is i >= 4250.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since i = 3775 + .04 * x, the formula becomes 3775 + .04 * x >= 4250.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 3775 from both sides of this inequality to get .04 * x >= 4250 - 3775.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get .04 * x >= 475.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this inequality by .04 to get x >= 475 / .04.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get x >= 11875.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she needs to make total sales greater than or equal to 11875 each month so that she can pay all her expenses.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution. \n" ); document.write( " \n" ); document.write( " |