document.write( "Question 1173143: Fish costs 80 pesos per kilo and chicken cost 150 pesos per kilo. If Sarah has at most 800 pesos for meat, How many kilos of fish and how many kilos of chicken can she buy? \n" ); document.write( "
Algebra.Com's Answer #798331 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
Fish costs 80 pesos per kilo and chicken cost 150 pesos per kilo. If Sarah has
\n" ); document.write( "at most 800 pesos for meat, How many kilos of fish and how many kilos of
\n" ); document.write( "chicken can she buy?
\n" ); document.write( "
\r\n" );
document.write( "80f + 150c ≤ 800\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "kilos   kilos   total\r\n" );
document.write( " of      of      cost\r\n" );
document.write( "fish   chicken  (pesos)\r\n" );
document.write( "  0       5       750\r\n" );
document.write( "  2       4       760\r\n" );
document.write( "  4       3       770\r\n" );
document.write( "  6       2       780\r\n" );
document.write( "  8       1       790\r\n" );
document.write( " 10       0       800\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );