document.write( "Question 259718: A cashier has a total of 105 bills, made up of tens and hundreds. The total value of the money is $6450. How much of each kind does he have?
\n" );
document.write( "________ tens and _________ hundreds
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191143 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cashier has a total of 105 bills, made up of tens and hundreds. The total value of the money is $6450. How much of each kind does he have? \n" ); document.write( "----------- \n" ); document.write( "Quantity Eq: t + h = 105 \n" ); document.write( "Value Eq: 10t+100h = 6450 \n" ); document.write( "---------------------------------- \n" ); document.write( "Modify the equations: \n" ); document.write( "t + h = 105 \n" ); document.write( "t + 10h = 645 \n" ); document.write( "------------------- \n" ); document.write( "Subtract the 1st from the 2nd and solve for \"h\": \n" ); document.write( "9h = 540 \n" ); document.write( "h = 60 (# of hundred dollar bills) \n" ); document.write( "t = 105-60 = 45 (# of ten dollar bills) \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "________ tens and _________ hundreds \n" ); document.write( " \n" ); document.write( " |