document.write( "Question 355713: $1043 in the following denominations. hundreds,fifties,wenties,fives,and on. Has 3 times as many fifties as hundreds.12 times as many twenties as hundres,and 4 times as many ones as hundreds. has 9 more 5s than hundress. How many of eaaach denomination of bills are there? \n" ); document.write( "
| Algebra.Com's Answer #253990 by mananth(16946)     You can put this solution on YOUR website! $1043 in the following denominations. hundreds,fifties,wenties,fives,and on. Has 3 times as many fifties as hundreds.12 times as many twenties as hundres,and 4 times as many ones as hundreds. has 9 more 5s than hundress. How many of eaaach denomination of bills are there? \n" ); document.write( ".. \n" ); document.write( "let hundreds be x numbers \n" ); document.write( "fifties =3x \n" ); document.write( "twenties = 12x \n" ); document.write( "fives x+9 \n" ); document.write( " DISABLED_event_ones= 4x \n" ); document.write( ".. \n" ); document.write( "total of all these = 1043 \n" ); document.write( "... \n" ); document.write( "100x +50*3x+20*12x+5(x+9)+4x = 1043 \n" ); document.write( "100x+150x+240x+5x+45+4x=1043 \n" ); document.write( "499x= 1043-45 \n" ); document.write( "499x=998 \n" ); document.write( "x= 998/499 \n" ); document.write( "x= 2 hundreds \n" ); document.write( "fifties = 3x = 6 \n" ); document.write( "twenties = 12x=24 \n" ); document.write( "fives = x+5 = 7 \n" ); document.write( " DISABLED_event_ones= 4x=8 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |