document.write( "Question 434022: I am looking for the proper formula to complete this problem because I would like to try and figure this out on my own: Suppose you have a job at a restaurant that pays $12 per hour. You also work at a bookstore that pays $9 per hour. You want to earn at least $225 per week, but would like to work no more than 25 hours per week.
\n" );
document.write( "I was thinking that it should go something like this:
\n" );
document.write( "12x + 9y =225
\n" );
document.write( "x + y = 25
\n" );
document.write( "Multiply the second equation by -9
\n" );
document.write( "-9x+-9y=-225
\n" );
document.write( "Then use subtraction:
\n" );
document.write( "12x+9y=225
\n" );
document.write( "-9x-9y=-225
\n" );
document.write( "Which gives me this but I know I went wrong somewhere:
\n" );
document.write( "3x=-225
\n" );
document.write( "x=-75
\n" );
document.write( "Please let me know where I am going wrong and how to correct it.
\n" );
document.write( "Thank you\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300797 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I am looking for the proper formula to complete this problem because I would like to try and figure this out on my own: Suppose you have a job at a restaurant that pays $12 per hour. You also work at a bookstore that pays $9 per hour. You want to earn at least $225 per week, but would like to work no more than 25 hours per week. \n" ); document.write( "I was thinking that it should go something like this: \n" ); document.write( "12x + 9y =225 \n" ); document.write( "x + y <= 25 \n" ); document.write( "----------------------- \n" ); document.write( "Multiply the second equation by -9 \n" ); document.write( "-9x+-9y=-225 \n" ); document.write( "----------------------------- \n" ); document.write( "Then use ADDITION to get: \n" ); document.write( "3x = 0 \n" ); document.write( "x >= 0 \n" ); document.write( "--- \n" ); document.write( "Solve for y: \n" ); document.write( "x+y <= 25 \n" ); document.write( "--- \n" ); document.write( "If x = 0, y = 25 \n" ); document.write( "If x = more than 0, y = less than 25 \n" ); document.write( "======================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |