Question
How many ordered triples (a, b, c) of positive integers are there which satisfy the equation a + b + c = 10 ?
Answers
if a=1, b+c=9, so 8 there
if a=2, b+c=8. so 7 there
...
if a=8, b+c=2, so 1 there
Looks like 1+2+...+8 = 36
If no duplicates are allowed, the number goes way down.
if a=2, b+c=8. so 7 there
...
if a=8, b+c=2, so 1 there
Looks like 1+2+...+8 = 36
If no duplicates are allowed, the number goes way down.
hi everyone :(
Related Questions
find all ordered pairs of positive integers (x,y) that satisfy the following equation: x^y=2^64. ple...
How many ordered triples of positive integers (a,b,c) with 1¡Üa,b,c¡Ü5 are there such that ax^2+bx+c...
Find the sum of integers c for all triples of integers (a,b,c),a≤b≤c, that satisfy the system of equ...
Find the number of ordered triples (a,b,c) of positive integers that satisfy
a = \gcd(b,c) + 33
b...