Question 1162737
<br>
I'm not sure what you would need help with on this....<br>
A taco costs Php 100; a burrito costs Php 135.<br>
The cost of t tacos is 100(t); the cost of b burritos is 135(b).<br>
The total cost must be at most (i.e., less than or equal to) Php 1000:<br>
{{{100t+135b <= 1000}}}<br>
There are numerous combinations of the numbers of tacos and burritos she can buy for less than Php 1000; surely you can find two of them without our help.<br>