Answer:
a=(2,8) b=(8,8)
c=(8,2) d=(2,2)
Step-by-step explanation:
Answer:
There are 11 different sums.
Step-by-step explanation:
When you roll two dice, the smallest number you can get is 2, and the largest 12, and you can get all in between. So 12-2 is equal to 10, but we have to add another 1 because 2 counts. So the answer is 11.
For the first digit you have 10 options (0..9).
For each next digit you can't choose the same digit, so you have 9 options.
So number of combinations is 10*9*9*9*9 = <span>65610</span>
Let the 1st number be x; 2nd number be y; 3rd number be z.
x + y + z = 79
x = number we are looking for.
y = x * 5 ==> 5 times the first
z = x + 16 ==> 16 more than the first
Therefor,
x + (x * 5) + (x+16) = 79
1st step, multiply the 2nd number: x * 5 = 5x
x + 5x + x + 16 = 79
Add all like numbers:
7x + 16 = 79
To get x, transfer 16 to the other side and change its sign from positive to negative.
7x = 79 - 16
7x = 63
To get x, divide both sides by 7
7x/7 = 63/7
x = 9
To check. Substitute x by 9.
x + (x * 5) + (x+16) = 79
9 + (9 * 5) + (9 + 16) = 79
9 + 45 + 25 = 79
79 = 79 equal. value of x is correct.