document.write( "Question 22075: One Saturday Bill collected from his newspaper customers twice as many one dollar bills as fives and one less ten than fives. I f Bill collected $58, how many tens, fives and one dollar bills did he get? \n" ); document.write( "
Algebra.Com's Answer #10661 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
2x+5(x)+10(x-1)=58
\n" ); document.write( "2x+5x+10x-10=58
\n" ); document.write( "17x-10+10=58+10
\n" ); document.write( "17x=68
\n" ); document.write( "x=4
\n" ); document.write( "One dollar bills = 2(4)=8
\n" ); document.write( "ten dollar bills = 4-(1)=3
\n" ); document.write( "Hence, there were 8 ones, 4 fives, and 3 tens; dollar bills collected.
\n" ); document.write( "
\n" );