Let's say a = number of ordered soups, b = number of ordered sandwiches.
Then 4.5a + 7.75b = 113.50, and a and b are integers between 0 and 18 inclusive.
How do we tackle this? If all ordered soup, the cost would be $81, so we'll have at least 4 sandwiches. If all ordered sandwich, the cost would be $139.5, so at most 15 sandwiches were ordered. You also know an even number of sandwiches was ordered, to let the price end at 50 cent.
If you brute-force from 4,6,8,10,12 to 14 sandwiches, you find the answer at 10 sandwiches and 8 soups.
10*7.75 + 8*4.50 = 113.50
Answer:
Step-by-step explanation:
Can you explain the question in words please?
Answer:
131ft is the amount of fencing material needed
Step-by-step explanation:
Perimeter is the distance around a shape: we have to sum all the distances
P = d1 + d2 + d3
P = 34 ft + 30 ft + 67 ft = 131 ft
Answer:
24s^2, 54s^2, 96s^2
Step-by-step explanation:
Let s represent the initial side length of the cube. Then the area of each face of the cube is A = 6s^2 (recalling that the area of a square of side length s is s^2).
a) Now suppose we double the side length. The total area of the 6 faces of the cube will now be A = 6(2s)^2, or 24s^2 (a 24 times larger surface area),
b) tripled: A = 6(3s)^2 = 54x^2
c) quadrupled? A = 6(4s)^2 = 96s^2