How many sets of a, b, c, d, e are possible if:
ac + ae + bd + bc + ad + be + 17 = 40
And if a, b, c, d, e are all integers greater than or equal to zero?
So subtracting 17 and factoring yields
(a+b)(c+d+e)=23
since 23 is prime, its only factors are 23 and 1
if a+b=1 then c+d+e=23
and if a+b=23 then c+d+e=1
the first case, a and b can add up to 1 in 2 ways, or 2C1 ways and c d and e can add up to 23 in 25C2 ways or 300 ways.
Therefore, there would be 2*300 or 600 ways for this to happen
the second case, a and b can add up to 23 in 24C1 or 24 ways and c d and e can add up to 1 in 3C1 ways or 3 ways.
Therefore, there would be 24*3 or 72 ways for this to happen
Adding 600+72 = 672
Can someone tell me whether this is done correctly? Thanks,
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Yup. Totally correct. Well done!