Q31.The sum of three natural numbers starting from 1 is 9. How many ordered triplets (a,b,c) exist? Note: a=b or b=c, also a=b=c is allowed. For example, ordered triplets (4,3,2) and (2,4,3) are different.
Save
Check
Details
Q31
6 Aug 2023
Q31.The sum of three natural numbers starting from 1 is 9. How many ordered triplets (a,b,c) exist? Note: a=b or b=c, also a=b=c is allowed. For example, ordered triplets (4,3,2) and (2,4,3) are different.