document.write( "Question 1193528: Hank has 50-peso, 200-peso, and 500-peso bills in his wallet.
\n" ); document.write( "He has five less 200-bills as 50-bills, and half as many 500-bills
\n" ); document.write( "as 200-bills. If he has Php 6,250 in all, how many of each denomination does he have?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #825571 by ikleyn(52778)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "x 50-pese bills;\r\n" );
document.write( "\r\n" );
document.write( "(x-5) 200-pesos bills\r\n" );
document.write( "\r\n" );
document.write( "(x-5)/2 500-peso bills.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus the total money equation is\r\n" );
document.write( "\r\n" );
document.write( "    50x + 200*(x-5) + \"500%2A%28%28x-5%29%2F2%29\" = 6250  pesos.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and find x\r\n" );
document.write( "\r\n" );
document.write( "    2*50x + 2*200*(x-5) + 500*(x-5) = 2*6250\r\n" );
document.write( "\r\n" );
document.write( "    100x + 400(x-5) + 500*(x-5) = 12500\r\n" );
document.write( "\r\n" );
document.write( "    100x + 400x - 2000 + 500x - 2500 = 12500\r\n" );
document.write( "\r\n" );
document.write( "    100x + 400x + 500x = 12500 + 2000 + 2500\r\n" );
document.write( "\r\n" );
document.write( "           1000x       =        17000\r\n" );
document.write( "\r\n" );
document.write( "               x       =        17\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  17 50-peso bills;  12 200-peso bills and 6 500-peso bills.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.   17*50 + 12*200 + 6*500 = 6250 pesos, in total.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved     (using one equation for three unknowns).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );