document.write( "Question 388074: 1.a man sold x similar books for $132. if he had sold (x-1) books but charges $1 more for each book he would have received then same amount of money find the value of X.\r
\n" );
document.write( "\n" );
document.write( "2.adam works part time at a fast food restaurant that pay $x per hour while jenny works as a sales assitant in botique 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 #274476 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 1. The unit price is 132/x. From the 2nd sentence, \n" ); document.write( "Solving this equation, we get (x-1)(132 + x) = 132x; \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(x-12)(x+11) = 0. Hence x = 12,-11. Eliminate -11, so the value of x, or the number of books sold, is 12.\r \n" ); document.write( "\n" ); document.write( "2. Let a = # hours Adam works in a week, and \n" ); document.write( "x = hourly rate of Adam. \n" ); document.write( "then from the given information, \n" ); document.write( "ax = 192, and \n" ); document.write( "(a-8)(x+2)= 192. \n" ); document.write( "The bottom equation is ax + 2a - 8x-16 = 192; \n" ); document.write( "substituting ax =192 in to the last equation gives \n" ); document.write( "192 +2a-8x-16 = 192, or a - 4x- 8 = 0, after simplifying. Hence a = 4x+8. \n" ); document.write( "Putting this into ax = 192, we get \n" ); document.write( "(4x + 8)x = 192, or \n" ); document.write( "(x+2)x = 48, or \n" ); document.write( " \n" ); document.write( "(x+8)(x-6) =0, which gives x = -8, 6. Eliminate -8 (why?). \n" ); document.write( "Therefore x = 6, the hourly rate of Adam, and \n" ); document.write( "6a =192 -----> a = 32, the # of hours of work per week for Adam. \n" ); document.write( " |