let x = 7 + 7 − 7 + 7 − . . . . , then find out the value of x !
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.
nice solution, I also did the same thing
Log in to reply
I read the factorial sign as an exclamation mark :(
Log in to reply
!!!!!! Lol !!!!!! It is mathematics instead of English :p :p
Log in to reply
@Atul Shivam – Can someone explain how he got x 2 − x − ( a − 1 ) = 0 ?
Thanks
Log in to reply
@Pickle Lamborghini – Let ,
x = a + a − a + a − …
y = a − a + a − a + …
x = a + y and y = a − x
After squaring and subtracting the above equations we get,
x 2 − y 2 = x + y
x − y = 1 ⇒ y = x − 1
⇒ x 2 = a + y ⇒ x 2 = a + ( x − 1 )
x 2 − x − ( a − 1 ) = 0
Log in to reply
@Akshat Sharda – Wow that's really clever! That clears things up, thanks!
I too did that at the first attempt.
Problem Loading...
Note Loading...
Set Loading...
I made a generalization for this type of question :
x = a + a − a + a − …
Here, a must be + v e .
The equation which I got as the result was :
x 2 − x − ( a − 1 ) = 0 ⇒ x = 2 1 ± 4 a − 3
Here, a = 7 ⇒ x = − 2 , 3 .
The answer must be +ve. Therefore, x = 3 ⇒ x ! = 6