document.write( "Question 174365: You have exactly $537 to spend on party gifts for your rich uncle’s birthday party. You decide to get watches for the ladies (at $27.98 each), and beepers for the men (at $23.46 each). You know that the number of watches required will be 3 times as much as the number of beepers. How many of each item do you buy? \n" ); document.write( "
Algebra.Com's Answer #129307 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! You have exactly $537 to spend on party gifts for your rich uncle’s birthday party. You decide to get watches for the ladies (at $27.98 each), and beepers for the men (at $23.46 each). You know that the number of watches required will be 3 times as much as the number of beepers. How many of each item do you buy? \n" ); document.write( ": \n" ); document.write( "Let x = no. of beepers \n" ); document.write( "then \n" ); document.write( "3x = no. of watches \n" ); document.write( ": \n" ); document.write( "23.46x + 27.98(3x) = 537 \n" ); document.write( "23.46x + 83.94x = 537 \n" ); document.write( "107.40x = 537 \n" ); document.write( "x = \n" ); document.write( "x = 5 beeper \n" ); document.write( "and \n" ); document.write( "3*5 = 15 watches \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "You can check solution in the original equation \n" ); document.write( " |