Find the no. of different solutions of x+y+z=13 where x,y and z are natural no.s
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
the solutions for y+z=n are (1,n-1), (2,n-2)..., (n-1,1). so there are n-1 solutions. every solution must have y+z=13-x so for every natural number x, there are 12-x solutions. meaning there are only solutions where 0<x<12. the number of solutions to the entire thing is the sum of solutions for each x from 1 to 11, or...
i = 1 ∑ 1 1 ( 1 2 − i ) = i = 1 ∑ 1 1 1 2 − i = 1 ∑ 1 1 i = 1 1 ∗ 1 2 − 2 1 1 ( 1 1 + 1 ) = 6 6