Algebra Questions for Grade 10

26 Practice Problems with Answers and Video Solutions

The following algebra questions are designed for Grade 10 students. They cover simplifying expressions, factoring, solving linear and quadratic equations, and working with functions. Use the interactive boxes below to reveal the detailed step-by-step solutions.

Questions 1 - 10

Question 1: Which real numbers are equal to their cubes?

Set up the equation \( x^3 = x \).

Subtract \( x \) from both sides: \( x^3 - x = 0 \).

Factor out \( x \): \( x(x^2 - 1) = 0 \).

Factor the difference of squares: \( x(x - 1)(x + 1) = 0 \).

Answer: 0, 1, -1

View Video Solution

Question 2: Write \( 4 \times 10^{-2} \) as a decimal.

The exponent \(-2\) indicates moving the decimal point 2 places to the left.

Answer: 0.04

View Video Solution

Question 3: Write \( 0.12 \times 10^{-3} \) as a decimal.

The exponent \(-3\) indicates moving the decimal point 3 places to the left from its current position in 0.12.

Answer: 0.00012

Question 4: Write \( 2 \log_3 x + \log_3 5 \) as a single logarithmic expression.

Use the power rule for logarithms \( a \log_b(c) = \log_b(c^a) \):
\( 2 \log_3 x = \log_3(x^2) \)

Use the product rule for logarithms \( \log_b(m) + \log_b(n) = \log_b(m \cdot n) \):
\( \log_3(x^2) + \log_3 5 = \log_3(5x^2) \)

Answer: \( \log_3(5x^2) \)

View Video Solution

Question 5: Factor the algebraic expression \( 6x^2 - 21xy + 8xz - 28yz \).

Factor by grouping. Group the first two terms and the last two terms:
\( (6x^2 - 21xy) + (8xz - 28yz) \)

Factor out the greatest common factor from each group:
\( 3x(2x - 7y) + 4z(2x - 7y) \)

Factor out the common binomial \( (2x - 7y) \):

Answer: \( (2x - 7y)(3x + 4z) \)

View Video Solution

Question 6: Factor the algebraic expression \( (x - 1)^2 - (y - 2)^2 \).

Use the difference of squares formula \( A^2 - B^2 = (A - B)(A + B) \) where \( A = (x - 1) \) and \( B = (y - 2) \):

\( [ (x - 1) - (y - 2) ] [ (x - 1) + (y - 2) ] \)

Simplify inside the brackets:
\( (x - 1 - y + 2)(x - 1 + y - 2) \)

Answer: \( (x - y + 1)(x + y - 3) \)

View Video Solution

Question 7: Factor the algebraic expression \( x^2 - z^4 \).

Rewrite \( z^4 \) as \( (z^2)^2 \) to see the difference of two squares:

\( x^2 - (z^2)^2 \)

Apply the difference of squares formula:

Answer: \( (x - z^2)(x + z^2) \)

View Video Solution

Question 8: Evaluate the algebraic expression \( |-2 x - y + 3| \) for \( x = 3 \) and \( y = 5 \).

Substitute the given values into the absolute value expression:

\( |-2(3) - 5 + 3| \)
\( = |-6 - 5 + 3| \)
\( = |-11 + 3| \)
\( = |-8| \)

Answer: 8

View Video Solution

Question 9: Simplify the algebraic expression \( -2(x - 3) + 4(-2 x + 8) \).

Distribute the terms across the parentheses:

\( -2x + 6 - 8x + 32 \)

Combine like terms:

Answer: \( -10x + 38 \)

View Video Solution

Question 10: Expand and simplify \( (x + 3)(x - 3) - (-x - 9) \).

Expand the difference of squares \( (x + 3)(x - 3) \):

\( x^2 - 9 \)

Distribute the negative sign in the second term:

\( x^2 - 9 + x + 9 \)

Combine like terms (the 9 and -9 cancel out):

Answer: \( x^2 + x \)

View Video Solution

Questions 11 - 20

Question 11: Which property is used to write \( a(x + y) = a x + a y \)?

This algebraic property shows multiplication distributing over addition.

Answer: Distributive Property (Distributivity)

Question 12: Simplify \( \frac{8x^3}{2x^{-3}} \).

Divide the coefficients: \( 8 / 2 = 4 \).

Use the quotient rule for exponents \( \frac{x^a}{x^b} = x^{a - b} \):
\( x^{3 - (-3)} = x^{3 + 3} = x^6 \)

Answer: \( 4x^6 \)

Question 13: Simplify \( (-a^2b^3)^2(c^2)^0 \).

First, recall that any non-zero base raised to the power of 0 is 1. So, \( (c^2)^0 = 1 \).

Square the first term by multiplying the exponents:
\( (-1)^2 \cdot (a^2)^2 \cdot (b^3)^2 = 1 \cdot a^4 \cdot b^6 \)

Answer: \( a^4b^6 \)

Question 14: For what value of \( k \) is the point \( (-2, k) \) on the line \( -3 x + 3 y = 4 \)?

Substitute \( x = -2 \) and \( y = k \) into the equation:

\( -3(-2) + 3(k) = 4 \)
\( 6 + 3k = 4 \)

Subtract 6 from both sides:
\( 3k = -2 \)

Divide by 3:

Answer: \( k = -2/3 \)

View Video Solution

Question 15: For what value of \( a \) will the system have no solutions? \( \{2x+6y=-2; -3x+ay=4\} \)

A system of linear equations has no solutions if the lines are parallel, meaning their slopes are equal but their y-intercepts are different.

Find the slope of the first line: \( 6y = -2x - 2 \Rightarrow y = -1/3x - 1/3 \) (Slope is \(-1/3\)).

Find the slope of the second line: \( ay = 3x + 4 \Rightarrow y = (3/a)x + 4/a \) (Slope is \(3/a\)).

Set the slopes equal to each other:
\( -1/3 = 3/a \)
Cross multiply to solve for \(a\): \( -a = 9 \Rightarrow a = -9 \).

Answer: \( a = -9 \)

View Video Solution

Question 16: Find the equation for the \( (x,y) \) pairs: (0,-4), (4,-20), (-4,12), (8,-36).

First, find the slope (\(m\)) using the points (0, -4) and (4, -20):
\( m = \frac{-20 - (-4)}{4 - 0} = \frac{-16}{4} = -4 \).

The y-intercept (\(b\)) is given when \(x = 0\), which is -4.

Using \( y = mx + b \):

Answer: C) \( y = -4x - 4 \)

Question 17: Which formula best represents the area of the rectangle shown?

The diagram shows a rectangle with a length of \( (x + 1) \) and a width of \( (x - 1) \), you multiply them together to find the area:

\( \text{Area} = (x + 1)(x - 1) \)

Expanding this yields the difference of squares:

Answer: \( \text{area} = x^2 - 1 \)

rectangle algebra diagram
Question 18: Which line contains the points \( (1, -1) \) and \( (3, 5) \)?

Find the slope (\(m\)):
\( m = \frac{5 - (-1)}{3 - 1} = \frac{6}{2} = 3 \).

Use point-slope form with (1, -1):
\( y - y_1 = m(x - x_1) \)
\( y - (-1) = 3(x - 1) \)
\( y + 1 = 3x - 3 \)
\( y = 3x - 4 \)

Multiply the entire equation by 2 to match the standard multiple-choice formats commonly presented:

Answer: \( 2y = 6x - 8 \)

Question 19: Solve the equation \( 2|3x - 2| - 3 = 7 \).

Isolate the absolute value expression:
\( 2|3x - 2| = 10 \)
\( |3x - 2| = 5 \)

Set up the two possible equations:
Case 1: \( 3x - 2 = 5 \Rightarrow 3x = 7 \Rightarrow x = 7/3 \)
Case 2: \( 3x - 2 = -5 \Rightarrow 3x = -3 \Rightarrow x = -1 \)

Answer: Solution set: \( \{ 7/3, -1 \} \)

View Video Solution

Question 20: Solve for \( x \) the equation \( (1/2) x^2 + mx - 2 = 0 \).

Use the quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \) where \( a = 1/2 \), \( b = m \), and \( c = -2 \):

\( x = \frac{-m \pm \sqrt{m^2 - 4(1/2)(-2)}}{2(1/2)} \)

\( x = \frac{-m \pm \sqrt{m^2 + 4}}{1} \)

Answer: \( \{ -m \pm \sqrt{m^2 + 4} \} \)

Questions 21 - 26

Question 21: Find \( k \) for \( -x^2 + 2 k x - 4 = 0 \) to have one real solution.

A quadratic equation has one real solution when its discriminant \( D = b^2 - 4ac \) is exactly equal to 0.

\( D = (2k)^2 - 4(-1)(-4) = 0 \)
\( 4k^2 - 16 = 0 \)
\( 4k^2 = 16 \)
\( k^2 = 4 \)

Answer: \( k = 2, k = -2 \)

Question 22: Find \( b \) for \( x^2 - 4x + 4 b = 0 \) to have two real solutions.

A quadratic equation has two real solutions when its discriminant \( D > 0 \).

\( D = (-4)^2 - 4(1)(4b) > 0 \)
\( 16 - 16b > 0 \)
\( 16 > 16b \)
\( 1 > b \)

Answer: All values of \( b < 1 \)

View Video Solution

Question 23: Find values of \( f(x) = -x^2 + 7 \) for \( x \in \{1, 5, 7, 12\} \)?

Substitute each value of the domain into the function to find the range:

\( f(1) = -(1)^2 + 7 = -1 + 7 = 6 \)
\( f(5) = -(5)^2 + 7 = -25 + 7 = -18 \)
\( f(7) = -(7)^2 + 7 = -49 + 7 = -42 \)
\( f(12) = -(12)^2 + 7 = -144 + 7 = -137 \)

Answer: \( \{6, -18, -42, -137\} \)

Question 24: Find rectangle dimensions with perimeter = 160 cm and Length = 3 × Width.

The formula for the perimeter of a rectangle is \( P = 2L + 2W \).

Substitute \( L = 3W \) and \( P = 160 \) into the formula:
\( 160 = 2(3W) + 2W \)
\( 160 = 6W + 2W \)
\( 160 = 8W \)
\( W = 20 \)

If the width is 20, the length is \( 3 \times 20 = 60 \).

Answer: Width = 20 cm, Length = 60 cm

Question 25: Simplify: \( |- x| + |3 x| - |- 2 x| + 3|x| \).

Use the absolute value property \( |-a| = |a| \):

\( |-x| = |x| \)
\( |3x| = 3|x| \)
\( |-2x| = 2|x| \)

Substitute these back into the expression:
\( |x| + 3|x| - 2|x| + 3|x| \)

Combine like terms: \( (1 + 3 - 2 + 3)|x| = 5|x| \).

Answer: \( 5|x| \)

View Video Solution

Question 26: If \( (x^2 - y^2) = 10 \) and \( (x + y) = 2 \), find \( x \) and \( y \).

Factor the difference of squares: \( (x - y)(x + y) = 10 \).

Substitute \( (x + y) = 2 \) into the equation:
\( (x - y)(2) = 10 \)
\( x - y = 5 \)

You now have a simple linear system:
1) \( x + y = 2 \)
2) \( x - y = 5 \)

Add the two equations together to eliminate \( y \):
\( 2x = 7 \Rightarrow x = 3.5 \).

Substitute \( x = 3.5 \) back into the first equation: \( 3.5 + y = 2 \Rightarrow y = -1.5 \).

Answer: \( x = 3.5, y = -1.5 \)

View Video Solution

Related Algebra Resources