document.write( "Question 987712: A cash register contains only 10 dollars and fifty dollars. It contains five times as many as many 10 dollar bills as fifty dollar bills and the total amount is 1800. How many fifty dollar bills are in the cash register?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #608456 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
$10=x
\n" ); document.write( "$50=(1/5)x
\n" ); document.write( "10x + 50(x/5)=1800
\n" ); document.write( "20x=1800; 50 * (1/5)x=10x
\n" ); document.write( "x=90
\n" ); document.write( "There are 90 $10 bills for $900
\n" ); document.write( "There are 18 $50 bills for $900
\n" ); document.write( "
\n" );