A common mistake made by students is to claim that
a 2 + b 2 = a 2 + b 2 .
How many ordered triples of integers ( a , b , c ) are there, such that each of a , b , c are integers from 0 to 9 inclusive, and
a 2 + b 2 − a 2 + c 2 = b 2 − c 2 ?
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.
Nicely done!
excellent
I had calculated all the cases but yet to be realised the essence..thank you for your solution.Excellent.
Very elegant. Thank you.
if a 2 + b 2 − a 2 + c 2 = b 2 − c 2 = b − c , we can easily see that
→ a 2 + b c = ( a 2 + b 2 ) ( a 2 + c 2 )
So,we can see that 2 a 2 b c = a 2 ( b 2 + c 2 )
Nice solution! (Please see the author's comment for the second part of it).
Sorry that my answer is incomplete. As I said, 2 a 2 b c = a 2 ( b 2 + c 2 )
So, if a = 0 , we can see that
b = c So, there are 9 × 1 0 ordered triples ( a , b , c ) if a = 0 .
Otherwise, b and c can be any integer from 0 to 9 inclusive. So, there are 1 0 2 ordered triples ( a , b , c ) if a = 0 .
So, the number of ordered triples is 1 9 0 .
a2+b2−−−−−−√−a2+c2−−−−−−√=b2−−√−c2−−√ Since we know a,b,c>=0 we can simplify the RHS to:
a2+b2−−−−−−√−a2+c2−−−−−−√=b−c Squaring on both sides,
a2+b2−2(a2+b2)(a2+c2)−−−−−−−−−−−−−−√+a2+c2=b2−2bc+c2 Collecting like terms,
2a2−2(a2+b2)(a2+c2)−−−−−−−−−−−−−−√=−2bc Isolating the square root,
−a2+(a2+b2)(a2+c2)−−−−−−−−−−−−−−√=bc (a2+b2)(a2+c2)−−−−−−−−−−−−−−√=a2+bc Squaring on both sides again and expanding the product of polynomials,
a4+a2b2+a2c2+b2c2=a4+2a2bc+b2c2 a2b2+a2c2=2a2bc a2(b2+c2−2bc)=0 Factoring the polynomial,
a2(b−c)2=0 So either a=0, giving us 100 possible solutions, or a≠0 and b=c, giving us 9×10=90 more solutions.
So, 190.
Did you copy that from some where? Cause you are not suppose to get the weird math symbols like "−−−−−−−−−−−−−−√=bc" or "(a2+b2)(a2+c2)−−−−−−−−−−−−−−√=a2+bc" unless you copy the latex symbols from anywhwre.
P.S:
" a b c d e f g h i j k l m n o p q r s t u v w x y z "
If you copy the symbols inside the inverted comma, you will get this:
abcdefghijklmnopqrstuvwxyz−−−−−−−−−−−−−−−−−−−−−−−√
Problem Loading...
Note Loading...
Set Loading...
Rearranging the equation we get a 2 + b 2 + c 2 = a 2 + c 2 + b 2 and squaring we obtain a 2 + b 2 + c 2 + 2 a 2 c 2 + b 2 c 2 = a 2 + c 2 + b 2 + 2 a 2 b 2 + c 2 b 2 Simplifying and squaring again we are left with a 2 c 2 + b 2 c 2 = a 2 b 2 + c 2 b 2 which actually is a 2 b 2 = a 2 c 2 Now, we have two cases:
In conclusion the total number of the triples is 1 0 ⋅ 1 0 + 9 ⋅ 1 0 = 1 9 0