F i n d t h e n u m b e r o f s o l u t i o n s o f ( a , b , c ) s u c h t h a t a ( b + c ) = b a + c a & a , b , c a r e n o n − n e g a t i v e i n t e g e r s & a , b , c < 1 0
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.
To your last comment about the 0, none of a, b, or c can be equal to 0 because looking at the original expression, we would get undefined in any case. Thus 17 is correct regardless of the wording of the question.
Problem Loading...
Note Loading...
Set Loading...
(b+c) * bc = a^2 * (b+c)
bc = a^2
a = {1,2,3,4,5,6,7,8,9}
so
b and c
a = 1 (1 solution)
1 and 1
a = 2 (3 solution)
1 and 4
2 and 2
4 and 1
a = 3 (3 solution)
1 and 9
3 and 3
9 and 1
a = 4 (3 solution)
2 and 8
4 and 4
8 and 2
a = 5 (1 solution)
5 and 5
a = 6 (3 solution)
4 and 9
6 and 6
9 and 4
a = 7 (1 solution)
7 and 7
a = 8 (1 solution)
8 and 8
a = 9 (1 solution)
9 and 9
so there are 17 solutions for bc = a^2 where a,b,c < 10 and non-negatif integer
i think non-negatif it's mean 0 and positif. if 0 is including then there 18 solution