SOLUTION: 1. You are buying two types of chocolate at the sari-sari store. Each chocolate A costs 4 php
and each chocolate B costs 2 php. You don't want to buy more than 20 pieces of chocol
Question 1188223: 1. You are buying two types of chocolate at the sari-sari store. Each chocolate A costs 4 php
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.
a. Write a system of linear inequalities representing the number of you could buy Answer by ikleyn(52834) (Show Source): You can put this solution on YOUR website! .
A + B <= 20 (1) (counting pieces of chocolate)
4A + 2B <= 50 (2) (total money inequality)