| A | B | 
|---|
| 19 is the sum of 36 and 4h | 19 = 36 + 4h | 
| The difference of 3x and 22 is 18 | 3x - 22 = 18 | 
| 24 is greater than the sum of 3d and 6 | 24 > 3d + 6 | 
| The sum of 15 and the product of m and 16 is less than or equal to 94 | 16m <= 94 | 
| the product of 45 and j increased by the sum of 45 and k is less than or equal to 156 | 45j + (45 + k) <= 156 | 
| 29 is the difference between the product of 8 and r and 3 | 29 = 8r - 3 | 
| the quotient of p increased by 9 and 22 is greater than 124 | (p + 9)/22 > 124 | 
| 78 is greater than or equal to the quotient of g and 13 | 78 >= g/13 | 
| -14 is the sum of 18 and the product of 4 and h | -14 = 18 + 4h | 
| 24 is greather than the sum of -3 increased by the product of 3 and d | 24 > -3 + 3d |