If the following equation:
a 2 ( a 2 + 1 ) + 1 8 = 2 a 3 + 1 8
has two integer solutions, x and y, of which x = y + 1 ,
What is the product of 18 and ∣ x + y ∣ ?
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.
when we got the equation a^2-2a+1=0 . sum of the roots that is x+y must be -b/a that is 2 therefore answer must have been 2*18=36
Log in to reply
No devansh in that way you are talking about only 1 "a" the other "a" is 0 from a^2.Remember the fact that from your equation only one value of "a" comes and thats 1 the other one is 0.Hope you get it.
By expanding and shifting the terms over to the LHS, we get
a^4-2a^3+a^2=0
Taking out common factor a^2 , we get
a^2(a-1)^2=0
a= 0 or 1
Therefore,
18 x |1+0| = 18
how can a=0 or 1? the only solution to a is 1.
Log in to reply
Due to the a 2 factor a = 0 is a solution. You can try it yourself by plugging it into the original equation.
when we got the equation a^2-2a+1=0 . sum of the roots that is x+y must be -b/a that is 2 therefore answer must have been 2*18=36
The equation has too many terms indeed! This equation can actually be simplified as a^2-2a+1=0. And it is clear that the only solution for the equation is x=1. Since y=x-1, then y=0. Now we have x=1 and y=0. Adding those two value gives x+y=1, and multiply this with 18 gives 18 too.
Your solution is also correct, other than the fact that you cannot simplify the equation by a^2 as you do not know if 0 is also one of the solutions (which in this case, it is) With that said, the "x=y+1" clause that I said was just to give a hint for those who similarly divided both sides by a^2 and would not have been mentioned if I wanted to challenge ppl more XD
Log in to reply
Okay, thank you for correcting my misunderstanding
a^2(a^2+1)+18 =2a^3+18 can be simplified to a^2(a^2+1)=2a^3. Division by a^2 is allowed only if a is not equal to zero. a=0 satisfies this equation and is one of the solutions. For a's not equal to zero, we can proceed with a^2-2a^3+1=0. This gives the solution a=1(double root). x=1 and y=0 which satisfies x=y+1. 18(0+1)=18.
a^2 x (a^2 + 1) + 18 = 2 a^3 + 18 <=> a^2 x (a-1)^2 <=> a= 0 or a = 1. x = y + 1 => x = 1, y = 0 <=> 18 x |x + y | = 18.
Problem Loading...
Note Loading...
Set Loading...
Simplify the equation:
a 2 ( a 2 + 1 ) = 2 a 3
a 2 ( a 2 + 1 ) − 2 a 3 = 0
a 2 ( a 2 + 1 − 2 a ) = 0
a = 0 or a 2 − 2 a + 1 = 0
Which gives a = 0, ( a − 1 ) 2 = 0
a = 0 , a = 1
Since x = y + 1 , we have x = 1 and y = 0
Therefore, 1 8 × ∣ x + y ∣ = 1 8 × ∣ 1 + 0 ∣ = 1 8
That's the answer!