Algebraic Equations Questions (With Solutions) (2024)

Algebraic equations questions with solutions are provided here to practice solving algebraic equations. An algebraic equation is a statement that equates two algebraic expressions.

The difference between an algebraic equation and an algebraic expression is:

Algebraic Expression

Algebraic Equation

An algebraic equation is a mathematical statement formed by constants, variables and algebraic operators.

An algebraic equation is a mathematical statement that equates two algebraic expressions.

An algebraic expression is a kind of rule and is used to find any value.

An algebraic equation is always equal to some value.

Algebraic expressions are true for all values of the variables.

Algebraic equations are true for specific values of the variables.

We find zeros of an algebraic expression.

We find the root or solution of an algebraic equation.

For example, x2 + 2, 2x + 3y etc.

For example, x2 + 2 = 7, 2x + 3y = x + 1.

A general form of an algebraic equation:

Algebraic Equations Questions (With Solutions) (1)

To learn the types of algebraic equations and how to solve them, click here.

Video Lesson on Solving Algebraic Equations

Algebraic Equations Questions (With Solutions) (2)

Algebraic Equations Questions with Solutions

Let us solve some questions on algebraic equations.

Question 1:

Solve for x: 2x + 22 = x + 1

Solution:

Given,

2x + 22 = x + 1

⇒ 2x + 22 = x + 1

⇒ 2x – x = –22 + 1

⇒ x = –21

Question 2:

Solve for x: x2 – 8x – 33 = 0

Solution:

Given,

x2 – 8x – 33 = 0

⇒ x2 – 11x + 3x – 33 = 0

⇒ (x – 11)(x + 3) = 0

⇒ x = 11 and x = 3

Refer: how to solve a quadratic equation?

Question 3:

Solve: (5m – 3)/4 + (3m – 2)/5 = (m + 6)/7

Solution:

\(\begin{array}{l}\frac{5m-3}{4}+\frac{3m-2}{5}=\frac{m+6}{7}\end{array} \)

\(\begin{array}{l}\Rightarrow\frac{25m-15}{20}+\frac{12m-8}{20}=\frac{m+6}{7}\end{array} \)

\(\begin{array}{l}\Rightarrow\frac{37m-23}{20}=\frac{m+6}{7}\end{array} \)

⇒ 259m – 161 = 20m + 120

⇒ 259m – 20m = 161 + 120

⇒ 239m = 281

⇒ m = 281/239.

Question 4:

The sum of two numbers is 82 and their product is 1456, find the two numbers.

Solution:

Let the two numbers be x and y, then as per the question

x + y = 82

⇒ y = 82 – x ………(i)

Again, x × y = 1456

Putting the value of y, we get

x × (82 – x) = 1456

⇒ 82x – x2 = 1456

⇒ x2 – 82x + 1456

⇒ x2 – 26x – 56x + 1456

⇒ (x – 26)(x – 56) = 0

x = 26 and 56

∴ the two numbers are 26 and 56.

Question 5:

Solve: (y2 – 4)/3 = 20.

Solution:

Given,

(y2 – 4)/3 = 20

⇒ y2 – 4 = 60

⇒ y2 = 60 + 4

⇒ y = –8 and 8

Question 6:

Solve the following system of algebraic equations:

2x + y = 8

3y = 4 + 4x

Solution:

Given,

2x + y = 8 ….(i)

3y = 4 + 4x

⇒ 4x – 3y = –4 ….(ii)

Multiply (i) by 2 on both sides, then subtracting (ii) from (i), we get

2y + 3y = 16 + 4

⇒ 5y = 20

⇒ y = 4

Putting the value of y in (i), we get x = 2.

∴ the solution of the given equations is x = 2 and y = 4

Question 7:

Find the values of x and y, if

\(\begin{array}{l}\frac{2}{x}+\frac{3}{y}=\frac{9}{xy}\:\:and\:\: \frac{4}{x}+\frac{9}{y}=\frac{21}{xy};x\neq0, y\neq0\end{array} \)

Solution:

Given,

\(\begin{array}{l}\frac{2}{x}+\frac{3}{y}=\frac{9}{xy}\end{array} \)

= 3x + 2y = 9 ……..(i)

\(\begin{array}{l} \frac{4}{x}+\frac{9}{y}=\frac{21}{xy}\end{array} \)

= 9x + 4y = 21 ……..(ii)

Multiply (i) by 3 on both sides, then subtracting (ii) from (i), we get

6y – 4y = 27 – 21

⇒ 2y = 6

⇒ y = 3

Putting the value of y in (i), we get x = 1.

∴ the solution of the given equations is x = 1 and y = 3.

Question 8:

A man said, “Each of my sons has as many brothers as sisters and each of my daughters has twice as many brothers as sisters”. How many sons and daughters does the man have?

Solution:

Let the man have x boys and y girls, then as per the question

x – 1 = y

⇒ x – y = 1 …..(i)

and 2(y – 1) = x

⇒ x – 2y = –1 …….(ii)

Subtracting (i) from (ii), we get

–2y + y = –1 –1

⇒ –y = –2

⇒ y = 2

Putting the value of y in (i), we get x = 3.

∴ the man has 2 sons and 3 daughters.

Question 9:

A man bought 4 cows and 9 hens for ₹ 13400. If he sells the cows at 10% profit and hens at 20% profit, then he earns a total profit of ₹ 1880. What is the cost of a cow and a hen?

Solution:

Let x be the cost of one cow and y be the cost of a hen.

Then 4x + 9y = 13400 ……(i)

Also, as there is 10% profit on selling cows and 20% profit on selling hens,

∴ 10/100 × 4x + 20/100 × 9y = 1880

⇒ 4x + 18y = 18800 ……(ii)

Subtracting equation (i) from (ii), we get

9y = 5400 ⇒ y = 600

Putting the value of y in (i), we get x = 2000

∴ the man bought a cow at ₹ 2000 and a hen at ₹ 600.

Question 10:

50 kg of an alloy of lead and tin contains 60% of lead. How much lead must be melted into it to make the alloy of 75% lead?

Solution:

Let x kg lead is required to make the alloy contain 75% lead.

Now, the amount of lead in 50 kg of alloy = 50 × 60/100 = 30 kg

The weight of lead after melting x kg of lead = 30 + x

New weight of the alloy = 50 + x kg

Percentage of lead in the new alloy

(30 + x)/(50 + x) × 100% = 75%

⇒ (30 + x)/(50 + x) = 75/100

⇒ (30 + x)/(50 + x) = ¾

⇒ 4(30 + x) = 3(50 + x)

⇒ 120 + 4x = 150 + 3x

⇒ x = 30

∴ 30 kg of lead is need to be melted into the alloy.

Recommended Videos

Algebraic Equations Questions (With Solutions) (3)

Algebraic Equations Questions (With Solutions) (4)

Related Articles

Pair of Linear Equations in Two Variables Questions

Polynomials Questions

Differentiation Questions

Algebra Questions

Practice Questions on Algebraic Equations

1. Solve the following:

(i) 1/(a + 2) + 3/(a + 23) = –4/(2a + 10)

(ii) (m + 2)/(m – 2) = 1

(iii) 4/x + 5y = 7 and 3/x + 4y = 5

(iv) 4√3x2 + 5x – 2√3 = 0

2. If 2a + 3b = 17 and 2a + 2 – 3b + 1 = 5, then find the value of a and b.

3. The average of two numbers is 6 and four times the difference between them is 16. Find the numbers.

4. Find the area of a square whose perimeter is 240 cm.

Keep visiting BYJU’S to get more such Maths lessons in a simple, concise and easy to understand way. Also, register at BYJU’S – The Learning App to get complete assistance for Maths preparation with video lessons, notes, tips and other study materials.

Algebraic Equations Questions (With Solutions) (2024)

FAQs

What are solutions of algebraic equations? ›

The solution of an algebraic equation is the process of finding a number or set of numbers that, if substituted for the variables in the equation, reduce it to an identity. Such a number is called a root of the equation. See also Diophantine equation; linear equation; quadratic equation.

What are the 4 ways to solve an algebraic equation? ›

We have 4 ways of solving one-step equations: Adding, Substracting, multiplication and division.

What are simple examples of algebraic equations? ›

Lesson Summary
EquationGeneral FormExample
Lineary = mx + by = 4x + 3
Quadraticax^2 + bx + c = 04x^2 + 3x + 1 = 0
Cubicax^3 + bx^2 + cx + d = 0x^3 = 0
Polynomial5x^6 + 3x^2 + 11 = 0
2 more rows

What is the hardest thing in algebra? ›

Top-Five Most Difficult Algebra Concepts
  • 1) - Multiplying Polynomials by Monomials.
  • 2) - Modeling Using Exponential Functions.
  • 3) - Averaging Data with Different Units.
  • 4) - Converting Units for Derived Quantities.
  • 5) - Complementary and Supplementary Angles.

What is the hardest algebra question in the world? ›

10 World's Hardest Math Problems With Solutions and Examples That Will Blow Your Mind
  • The Four Color Theorem.
  • Fermat's Last Theorem.
  • The Monty Hall Problem.
  • The Travelling Salesman Problem.
  • The Twin Prime Conjecture.
  • The Poincaré Conjecture.
  • The Goldbach Conjecture.
  • The Riemann Hypothesis.
Aug 31, 2023

What are algebraic equations grade 7? ›

An algebraic expression can combine arithmetic operations, numbers, and letters. Letters are used to represent variables. These are examples of algebraic expressions that contain variables: a , 3b , and 4x + 5. The variables in the expressions area ,b , andx .

How to calculate algebraic? ›

Solve an Algebraic Equation

To solve it, simply use multiplication, division, addition, and subtraction when necessary to isolate the variable and solve for "x". Here's how you do it: 4x + 16 = 25 -3x = 4x = 25 -16 - 3x.

How to start algebra? ›

To start learning algebra, you'll need to know basic math skills such as adding, subtracting, multiplying and dividing. This primary/elementary school math is essential before you start learning algebra. If you don't have these skills mastered, it will be tricky to tackle the more complex concepts taught in algebra.

How do you solve algebra examples? ›

A linear algebraic equation in one variable can be solved by simply applying basic arithmetic operations on both sides of the equation. E.g: 4x + 1 = 5. 4x = 5 - 1 (Subtracted 1 from both sides). Linear algebraic equations in more than one variable will be solved using the concept of simultaneous equations.

What are the basic rules of algebraic equations? ›

What are the four basic rules of algebra? The basic rules of algebra are the commutative rule of addition, the commutative rule of multiplication, the associative rule of addition, the associative rule of multiplication, and the distributive property of multiplication.

What are some good questions for math? ›

Maths Quiz Questions with Answers (MCQs)
  • Q.1. ...
  • Q.2: If we minus 712 from 1500, how much do we get? ...
  • Q.3: 50 times of 8 is equal to: ...
  • Q.4: 110 divided by 10 is: ...
  • Q.5: 20+(90÷2) is equal to: ...
  • Q.6: The product of 82 and 5 is: ...
  • Q.7: Find the missing terms in multiple of 3: 3, 6, 9, __, 15. ...
  • Q.8: Solve 24÷8+2.

What is an algebra question? ›

Algebra questions involve using letters or symbols to represent unknown values or values that can change.

What are some good essential questions for math? ›

Here are some sample essential questions for math:
  • How can you use a fraction to find part of a group?
  • How does the number of fraction parts relate to the size of each part?
  • How can you combine plane shapes to make new shapes?
  • How do you know which metric unit to use to measure the length of an object or distance?

What is the most basic algebra? ›

Basics of Algebra cover the simple operation of mathematics like addition, subtraction, multiplication, and division involving both constant as well as variables. For example, x+10 = 0. This introduces an important algebraic concept known as equations.

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 5601

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.