document.write( "Question 1166224: Brando bought 20 chicken for P200.00. The cocks cost P30.00 each, hens P15.00 each, and chicks P5.00 each. How many cocks did he buy?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #790703 by josgarithmetic(39615)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PRICE      CHICKENS COUNT       COST DOLLARS\r\n" );
document.write( "  15           x                15x\r\n" );
document.write( "  30           y                30y\r\n" );
document.write( "   5           c                 5c\r\n" );
document.write( "TOTAL         20                200\r\n" );
document.write( "

\n" ); document.write( "\"system%28x%2By%2Bc=20%2C15x%2B30y%2B5c=200%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Try substitute for c. Look for a solution that x, y, c, are whole numbers.
\n" ); document.write( "
\n" );