Olympiad Maths Prep

Track / Stage 3 / 165 of 260 #165 of 2000

Problem 165

AMC 10/12, early questions
Algebra Difficulty 3.5 Find the answer

Given 2m+n|2m+n| and 3n+12\sqrt{3n+12} are opposite in sign.(1)(1) Find the values of mm and nn.(2)(2) Solve the equation in terms of xx: mx2+4nx2=0mx^{2}+4nx-2=0.

Official solution

### Step-by-Step Solution

#### Part (1): Find the values of mm and nn

Given that 2m+n|2m+n| and 3n+12\sqrt{3n+12} are opposite in sign, we can deduce that their sum is zero because one is positive and the other is negative (or vice versa), but their magnitudes cancel each other out. Therefore, we have:

2m+n+3n+12=0|2m+n| + \sqrt{3n+12} = 0

Since both 2m+n|2m+n| and 3n+12\sqrt{3n+12} are non-negative (absolute value and square root ensure non-negativity), the only way their sum can be zero is if both are individually zero. This gives us two equations:

1. 2m+n=0|2m+n| = 0
2. 3n+12=0\sqrt{3n+12} = 0

From equation (1), we get:

2m+n=02m + n = 0

From equation (2), squaring both sides to eliminate the square root, we get:

3n+12=03n + 12 = 0

Solving these equations, we find:

- From 3n+12=03n + 12 = 0, we get n=4n = -4.
- Substituting n=4n = -4 into 2m+n=02m + n = 0, we get 2m4=02m - 4 = 0, which gives m=2m = 2.

Therefore, the values of mm and nn are m=2m = 2 and n=4n = -4.

m=2,n=4\boxed{m = 2, n = -4}

#### Part (2): Solve the equation in terms of xx

Given n=4n = -4 and m=2m = 2, we substitute these values into the equation mx2+4nx2=0mx^2 + 4nx - 2 = 0:

2x2+4(4)x2=02x^2 + 4(-4)x - 2 = 0

Simplifying, we get:

2x216x2=02x^2 - 16x - 2 = 0

Dividing the entire equation by 2 to simplify further:

x28x1=0x^2 - 8x - 1 = 0

To solve this quadratic equation, we complete the square:

x28x+16=17x^2 - 8x + 16 = 17

This gives us:

(x4)2=17(x - 4)^2 = 17

Taking the square root of both sides:

x4=±17x - 4 = \pm \sqrt{17}

Solving for xx, we get two solutions:

x=4±17x = 4 \pm \sqrt{17}

Therefore, the solutions for xx are:

x1=4+17,x2=417\boxed{x_1 = 4 + \sqrt{17}, x_2 = 4 - \sqrt{17}}

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.