How many non-negative integer solutions of the equation a + 2 s + 3 d + 4 f + 5 g + 6 h = 9 9 are also the solutions of q + w + o + r + t + y = 9 9
Details and assumptions :-
∙ Solutions here means the oredered 6-tuples ( a , s , d , f , g , h ) and ( q , w , o , r , t , y )
Are also solutions of means the 6-tuple (a,s,d,f,g,h) which satisfies 1st equation, must also satisfy the 2nd equation (If ( a 0 , s 0 , d 0 , f 0 , g 0 , h 0 ) is some solution tuple of 1st equation, then q = a 0 , w = s 0 , e = d 0 , r = f 0 , t = g 0 , y = h 0 must satisfy second equation.
∙ a , s , d , f , g , h , q , w , o , r , t , y ∈ N ∪ {0}. (All non-negative integers).
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.
Problem Loading...
Note Loading...
Set Loading...
See that if the solutions are common at all, then you get a = q , s = w , d = o , f = r , g = t , h = y
Thus what we obtain is actually
a + 2 s + 3 d + 4 f + 5 g + 6 h = 9 9 .....................(i)
and also
a + s + d + f + g + h = 9 9 .....................(ii)
After a subtraction of second equation from the first, we remain with
s + 2 d + 3 f + 4 g + 5 h = 0
Because we have non-negative solutions, we can conclude from this step that s = d = f = g = h = 0
Thus there will be only one common 6-tuple and it will be ( 9 9 , 0 , 0 , 0 , 0 , 0 )
Answer is 1