A very nice olympiad maths question | x(x+2)(x+4)(x+6)=9 | You need to know this trick | Algebra

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 42

  • @mawavoy
    @mawavoy 5 місяців тому

    An excellent problem

  • @molibdenum
    @molibdenum 7 місяців тому +11

    My approach is by defining an intermediate variable based on the halfway point between the factors. For example, in (x+0)(x+2)(x+4)(x+6), 3 is halfway between 0 and 6, so I set y = x + 3. This gives a new equation (y-3)(y-1)(y+1)(y+3) = (y^2-1)(y^2-9) = (z+4)(z-4) = 9 where we set z = y^2 - 5.
    From this we solve backwards. z^2 - 16 = 9, so z = +/- 5. y^2 = z + 5, so y^2 = 10 or 0. x = y - 3, so x = -3, -sqrt(10)-3, +sqrt(10) -3.

    • @SpencersAcademy
      @SpencersAcademy  7 місяців тому +1

      Awesome, I like that. This is fantastic.

    • @davidbrisbane7206
      @davidbrisbane7206 6 місяців тому +1

      Very clever 👏👏👏

    • @kareolaussen819
      @kareolaussen819 19 днів тому

      @@davidbrisbane7206 Slight simplification to use that
      (y^2-9)(y^2-1)-9=(y^2-10)y^2 = 0.
      Otherwise elegant solution❤!

  • @carlorff1965
    @carlorff1965 6 місяців тому +1

    03:31 I made it short and easy by using reduced quadratic equation formula
    a^2+px+q
    a_1=-(p/2)+sqrt((p/2)^2-q)
    a_2=-(p/2)-sqrt((p/2)^2-q)
    plug the values in:
    a_1=-4+sqrt(4^2+9)=1
    a_2= -4-sqrt(4^2+9)=-9
    07:47 and following: did the same there. Works fine. 👍😃 👍

  • @tylerlam
    @tylerlam 13 днів тому

    Here is my solution which is easier to calculate:
    firstly: x(x+2)(x+4)(x+6)=x(x+6)(x+2)(x+4)=(x+3-3)(x+3+3)(x+3-1)(x+3+1)=[(x+3)^2-3^2][(x+3)^2-1^2] =9
    let y=(x+3)^2, then we got: (y-9)(y-1)=y^2-10y+9=9, means: y(y-10)=0
    so, y1=0, y2=10
    now bring x back:
    in case: y1=(x+3)^2 = 0 => x=-3,
    in case: y2=(x+3)^2=10 => x+3 =±sqrt(10) => x=-3±sqrt(10)

  • @xyz9250
    @xyz9250 3 місяці тому

    Set a=x+3 is a much easier substitution to work with.

  • @amgalanbaatar6769
    @amgalanbaatar6769 7 місяців тому +3

    Now i understand 😅

  • @herbertklumpp2969
    @herbertklumpp2969 6 місяців тому

    You get a^2+8a'-9=0. Therefore (a -1)*(a+9) =0 then you have to Solve 2 easy quadratic equations
    a^2 +6x +9=0 conclude ( a +3)^2=0 a=-3 or x^2 +6x -1=0 easy with quadratic Formular.
    X= -3 + - sqrt( 10) thsts all

  • @timbond6176
    @timbond6176 6 місяців тому

    все можно проще: z=x+3 (z-3)*(z-1)*(z+1)*(z+3)=9 (z^2-9)*(z^2-1)=9 z^2=t
    (t--9)(t-1)=9 t^2-10t +9=9 t^2-10t=0

  • @mightyhero
    @mightyhero 6 місяців тому

    There are 4 terms that multiply to get 9. The only way to get 9 is if the terms are something like 3 x 3 x 1 x 1. To get (x + 6) to be one of the 3s, x = -3. The rest of the terms fit x(x+2)(x+4)(x+6) = -3(-1)(1)(3) = 9.

    • @jimbutler3973
      @jimbutler3973 4 місяці тому

      The only way? False, since x is not restricted to integers, or even the reals!

  • @prasadrasikawidanagamachch3932
    @prasadrasikawidanagamachch3932 12 днів тому

    X=-3-√10 orX=-3+√10
    X=-3

  • @sonicbreaker00
    @sonicbreaker00 20 днів тому

    x=-3 is a repeated root ... a 4-th order equation must have 4 solutions.

  • @harrymatabal8448
    @harrymatabal8448 6 місяців тому

    Cool my man

  • @timber72
    @timber72 6 місяців тому +3

    x = -3

  • @adakwok1848
    @adakwok1848 6 місяців тому +3

    Idk why when I looked at the question I immediately thought of -3, tried it, and it worked lol

  • @KingGisInDaHouse
    @KingGisInDaHouse 6 місяців тому +2

    Bruh you had two cases where completing the square was easier then factorizing or the quadratic formula

  • @harukanapapa
    @harukanapapa 6 місяців тому

    t=x-3
    (t-3)(t-1)(t+1)(t+3)=9
    (t^2-9)(t^2-1)=9
    t^4-10t^2+9=9
    t^4-10t^2=0
    t^2(t^2-10)=0
    ∴t=0,t=±√10
    ∴x=-3,-3±√10

  • @GiperManYT
    @GiperManYT 6 місяців тому

    (х^2+6х+8)(х^2+6х)=9

  • @ChavoMysterio
    @ChavoMysterio 6 місяців тому

    x(x+2)(x+4)(x+6)=9
    (x²+6x)(x²+6x+8)=9
    Let y=x²+6x
    y(y+8)=9
    y²+8y=9
    y²+8y-9=0
    (y+9)(y-1)=0
    y-1=0
    x²+6x-1=0
    x²+6x+9=10
    (x+3)²=10
    |x+3|=√10
    x+3=±√10
    x=-3±√10 ❤❤
    y+9=0
    x²+6x+9=0
    (x+3)²=0
    x+3=0
    x=-3; multiplicity of 2 ❤️ ❤

    • @SpencersAcademy
      @SpencersAcademy  6 місяців тому

      Fantabulous. You are really on point, man.

  • @mathstricknguon2246
    @mathstricknguon2246 6 місяців тому

    X^2+6X=t

  • @anindyakar5336
    @anindyakar5336 6 місяців тому

    -3

  • @СергейМацько-д8в
    @СергейМацько-д8в 6 місяців тому

    Let x+3 = y
    (y-3)(y-1)(y+1)(y+3)=9
    (y^2-9)(y^2-1)-9=0
    y^4-9y*2-y*2+9-9=0
    y*4-10y*2=0
    y*2(y*2-10)=0
    y = 0 y= sqrt(10) y= -sqrt(10)
    x= -3 x= -3+sqrt(10) x= -3-sqrt(10)

  • @kccheung1059
    @kccheung1059 6 місяців тому

    一3 in 20 seconds

  • @Nazimİsmayılov-e9u
    @Nazimİsmayılov-e9u 2 місяці тому

    x^2+6x+4=a buradan x^2+6x=a-4
    (a-4)(a+4)=9
    a^2-16=9
    a^2=9+16=25 , a=5, a=-5
    x^2+6x+4=5 x^2+6x+4=-5
    x^2+6x-1=0 x^2+6x+9=0
    x=-3+-*(-3)^2-(-1) (x+3)^2=0
    x=-3+-*9+1 x+3=0
    x=-3+-*10 x=-3
    x=-3-*10 x=-3+*10
    Təşəkkürlər.

  • @mohinkhan2503
    @mohinkhan2503 6 місяців тому

    3?

  • @tommyliu7020
    @tommyliu7020 6 місяців тому

    This is a quartic equation. Shouldn’t there be 4 solutions for x?

    • @jimbutler3973
      @jimbutler3973 4 місяці тому

      the root x=-3 is a double root, plus x=-3(+/-)sqrt(10) adds up to 4 roots.
      jbut

    • @jimbutler3973
      @jimbutler3973 4 місяці тому

      simplest solution is to symmetrize. Define x=y-3. one line gives y^2=0 (double root), and y^2=10. Done.

  • @hengchen2550
    @hengchen2550 6 місяців тому +7

    A Chinese 8th grader can solve it in 5 minutes

    • @PP-cu3fv
      @PP-cu3fv 6 місяців тому +1

      Indian 6th grader can solve this in 6 minutes

    • @CyberFlare-fn9kn
      @CyberFlare-fn9kn 5 місяців тому

      ⁠@@PP-cu3fvso can an American 8th grader lol, this is very low level math