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 are algebraic equations grade 7? ›

Algebraic Equation: A number sentence that contains at least variables, operation, and numbers whereby both sides of the = sign have equivalent values.

What is an example of a solution set in algebra? ›

A solution is any value of a variable that makes the specified equation true. A solution set is the set of all variables that makes the equation true. The solution set of 2y + 6 = 14 is {4}, because 2(4) + 6 = 14.

How to solve algebra easily? ›

A common mnemonic to remember the order of operations is PEMDAS, which stands for Parentheses, Exponents, Multiplication and Division, and Addition and Subtraction. You should also know how to work with fractions, decimals, percentages, and negative numbers, as they are often involved in algebra problems.

How to calculate algebraic? ›

Solving algebraic equations is simply following a set of set steps. First, simplify the sides individually using the distributive property to eliminate parentheses. Second, combine like terms on each side. Next, combine like terms across the equal sign.

How to algebra step by step? ›

How to Solve an Algebra Problem
  1. Step 1: Write Down the Problem. ...
  2. Step 2: PEMDAS. ...
  3. Step 3: Solve the Parenthesis. ...
  4. Step 4: Handle the Exponents/ Square Roots. ...
  5. Step 5: Multiply. ...
  6. Step 6: Divide. ...
  7. Step 7: Add/ Subtract (aka, Combine Like Terms) ...
  8. Step 8: Find X by Division.

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.

How to calculate an equation? ›

Bring the variable terms to one side of the equation and the constant terms to the other side using the addition and subtraction properties of equality. Make the coefficient of the variable as 1, using the multiplication or division properties of equality. isolate the variable and get the solution.

What is a algebra example? ›

What is algebra? Algebra is the branch of mathematics in which abstract symbols, rather than numbers, are manipulated or operated with arithmetic. For example, x + y = z or b - 2 = 5 are algebraic equations, but 2 + 3 = 5 and 73 * 46 = 3,358 are not.

What are some examples of algebra in everyday life? ›

Many of these actively utilize algebra, often without us realizing it. From strategizing in chess and managing a baseball team's batting order, to figuring out the odds of certain cards in poker, or calculating the trajectory of a basketball, algebra pervades our leisure activities.

What is an algebraic question? ›

Algebraic word problems are questions that require translating sentences to equations, then solving those equations. The equations we need to write will only involve. basic arithmetic operations. and a single variable. Usually, the variable represents an unknown quantity in a real-life scenario.

What is an example of an algebra 1 problem? ›

Algebra 1 : Example Question #1

What is the solution of 3x = 9? Explanation: When solving a one step equation like this, we do the inverse operation to isolate the variable. In this case, we have 3x = 9, so we divide both sides by 3 to get x = 3.

Top Articles
Latest Posts
Article information

Author: Nicola Considine CPA

Last Updated:

Views: 6746

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Nicola Considine CPA

Birthday: 1993-02-26

Address: 3809 Clinton Inlet, East Aleisha, UT 46318-2392

Phone: +2681424145499

Job: Government Technician

Hobby: Calligraphy, Lego building, Worldbuilding, Shooting, Bird watching, Shopping, Cooking

Introduction: My name is Nicola Considine CPA, I am a determined, witty, powerful, brainy, open, smiling, proud person who loves writing and wants to share my knowledge and understanding with you.