document.write( "Question 166268: 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 #122537 by Mathtut(3670) ![]() You can put this solution on YOUR website! 27.98W+23.46B=537 where W and B is number of watches and beepers respectively \n" ); document.write( "W=3B\r \n" ); document.write( "\n" ); document.write( "so 27.98(3B)+23.46B=537 \n" ); document.write( "83.94B+23.46B=537 \n" ); document.write( "107.4B=537 \n" ); document.write( "B=5\r \n" ); document.write( "\n" ); document.write( "so W=3(5)=15 \n" ); document.write( " \n" ); document.write( " |