document.write( "Question 388267: 2.adam works part time at a fast food restaurant that pay $x per hour while jenny works as a sales assistant in boutique that pays $(X+2) per hour adam work 8 hour more per week than jeeny and they each earn $192a week . find the value of x and the number of hours that adam work in a week \n" ); document.write( "
Algebra.Com's Answer #274562 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 2.adam works part time at a fast food restaurant that pay $x per hour while jenny works as a sales assistant in boutique that pays $(X+2) per hour \n" ); document.write( "---------------------------- \n" ); document.write( "adam work 8 hour more per week than jeeny and they each earn $192 a week. \n" ); document.write( "---------------------------- \n" ); document.write( "find the value of x and the number of hours that adam works in a week \n" ); document.write( "------------------------------ \n" ); document.write( "Adam DATA: \n" ); document.write( "pay rate = x/hr ; salary = $192 ; time = 192/x hrs \n" ); document.write( "----- \n" ); document.write( "Jenny DATA: \n" ); document.write( "pay rate = (x+2)/hr ; salary = 192 ; time = 192/(x+2) hrs\r \n" ); document.write( "\n" ); document.write( "--------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "adam time - jenny time = 8 hrs \n" ); document.write( "192/x - 192/(x+2) = 8 \n" ); document.write( "--- \n" ); document.write( "192(x+2) - 192x = 8x(x+2) \n" ); document.write( "--- \n" ); document.write( "8x^2+16x-2*192 = 0 \n" ); document.write( "--- \n" ); document.write( "x^2 + 2x - 48 = 0 \n" ); document.write( "(x+8)(x-6) = 0 \n" ); document.write( "Positive solution: x = 6 hrs (hrs. Adam works in a week) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |