document.write( "Question 467018: Hello,\r
\n" );
document.write( "\n" );
document.write( "I have a word problem question I need help with.\r
\n" );
document.write( "\n" );
document.write( "A bank teller has some five dollar bills and some twenty dollar bills. The teller has five more twenties than fives. The total value of the money is $725.00. Find the number of each bill.\r
\n" );
document.write( "\n" );
document.write( "Please explain the steps in solving this problem.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #320370 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A bank teller has some five dollar bills and some twenty dollar bills. The teller has five more twenties than fives. The total value of the money is $725.00. Find the number of each bill. \n" ); document.write( "-------------------- \n" ); document.write( "f = # of 5's \n" ); document.write( "t = # of 20's \n" ); document.write( "--------------- \n" ); document.write( "t = f + 5 \n" ); document.write( "5f + 20t = 725 \n" ); document.write( "Sub for t \n" ); document.write( "5f + 20(f+5) = 725 \n" ); document.write( "5f + 20f+100 = 725 \n" ); document.write( "25f = 625 \n" ); document.write( "f = 25 $5 bills \n" ); document.write( "t = 30 $20 bills \n" ); document.write( " \n" ); document.write( " |