document.write( "Question 233258: A bank teller has $750 in ten and twenty dollar bills. If she has twice as many twenty dollars bills as ten dollar bills, how many of each type does she have?\r
\n" );
document.write( "\n" );
document.write( "____ Ten Dollar bills _______ Twenty Dollar Bills \n" );
document.write( "
Algebra.Com's Answer #172224 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 750=20*2x+10x \n" ); document.write( "750=40x+10x \n" ); document.write( "750=50x \n" ); document.write( "x=15 10's \n" ); document.write( "2x=30 20's \n" ); document.write( " |