document.write( "Question 1188223: 1. You are buying two types of chocolate at the sari-sari store. Each chocolate A costs 4 php
\n" ); document.write( "and each chocolate B costs 2 php. You don't want to buy more than 20 pieces of chocolates and you have a 50php budget.\r
\n" ); document.write( "\n" ); document.write( "a. Write a system of linear inequalities representing the number of you could buy
\n" ); document.write( "

Algebra.Com's Answer #819250 by ikleyn(52847)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "     A +  B <= 20      (1)    (counting pieces of chocolate)\r\n" );
document.write( "\r\n" );
document.write( "    4A + 2B <= 50      (2)    (total money inequality)\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved, answered and explained.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );