document.write( "Question 1011708: A vending machine has a total of P2060 in P10, P20 and P50 bills. The number of P20 bills is 5 more than the number of P50 bills and the number of P10 bills is four less than thrice the number of P50 bills. How many of each type does the vending machine contain? \n" ); document.write( "
Algebra.Com's Answer #627462 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "How Many   These bills\r\n" );
document.write( "x          P10\r\n" );
document.write( "y          P20\r\n" );
document.write( "z          P50
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28x%2By%2Bz=2060%2Cy=z%2B5%2Cx=3z-4%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "How you handle the system is your choice, depending on other instructions about what you are studying. Look for something obvious and maybe you will find it, like the last two equations are both 'variable' in terms of z.
\n" ); document.write( "
\n" );