document.write( "Question 19454: My wallet contains $3409.00 in ones, twenties, and fifties. Find the number of each kind of bill if there are 6 fewer ones than twenties and 24 more twenties than fifties. \n" ); document.write( "
Algebra.Com's Answer #9429 by Paul(988) ![]() You can put this solution on YOUR website! ones: x+24-6 \n" ); document.write( "tewnties: x+24 \n" ); document.write( "Fifties: x\r \n" ); document.write( "\n" ); document.write( "50(x)+(x+24-6)+20(x+24)=3409 \n" ); document.write( "50x+x+24-6+20x+480=3409 \n" ); document.write( "71x+498=3407 \n" ); document.write( "71x=2911 \n" ); document.write( "x=41\r \n" ); document.write( "\n" ); document.write( "So therefore there where 41 fifties. \n" ); document.write( " \n" ); document.write( " |