Ray should buy the first one because it has the greater volume by 1,440 square inches.
Tank 1: 20x20x18=7,200
Tank 2: 40x12x12=5,760
7,200-5,760=1,440
Answer:
648
Step-by-step explanation:
Running this in Python, with the code as follows,
import math
cur_numbers = [0] * 3
num = 0
for i in range(100, 1000):
cur_numbers[2] = i % 10
i = math.floor(i/10)
cur_numbers[1] = i % 10
i = math.floor(i/10)
cur_numbers[0] = i % 10
if(len(set(cur_numbers)) == 3):
num += 1
print(cur_numbers)
print(num), we get 648 as our answer.
Another way to solve this is as follows:
There are 9 possibilities for the hundreds digit (1-9). Then, there are 10 possibilities for the tens digit, but we subtract 1 because it can't be the 1 same digit as the hundreds digit. For the ones digit, there are 10 possibilities, but we subtract 1 because it can't be the same as the hundreds digit and another 1 because it can't be the same as the tens digit. Multiplying these out, we have
9 possibilities for the hundreds digit x 9 possibilities for the tens digit x 8 possibilities for the ones digit = 648
Answer:
232
Step-by-step explanation:
Answer:
The correct answer is B. George’s computer is expected to have a value of $25 greater.
Step-by-step explanation:
Since Chelsea bought a computer on Monday for $ 1,300, and its value is predicted to decrease by $ 250 per year, while her brother George also bought a computer on Monday, and the function g (x) = 1,100 - 175x predicts how the value of his computer is expected to change after x years, to determine whose computer is expected to have a greater value when it is 3 years old, and how much greater will it be, the following calculation must be performed:
Chelsea:
1,300 - (250 x 3) = X
1,300 - 750 = X
550 = X
George:
1,100 - (175 x 3) = X
1,100 - 525 = X
575 = X
Therefore, George’s computer is expected to have a value of $ 25 greater.
2/18 + 1 2/8 =
1/9 + 10/8 =
1/9 + 5/4 =
4/36 + 45/36 =
49/36 =
1 13/36 <==