Overview
This unit on Algebra introduces symbols and rules used to represent numbers and relationships in a general way. Students learn to write expressions using letters for unknowns, manipulate these expressions by collecting like terms, and perform basic operations: addition, subtraction, multiplication and simple factorisation. The unit moves from understanding terms, coefficients and degrees to working with polynomials and special products. It develops skills to solve simple linear equations and to apply algebra to solve everyday quantitative problems. Algebra is important because it builds logical thinking, helps generalise patterns, and is the foundation for higher mathematics such as geometry, coordinate geometry and calculus. Mastery of these ideas allows students to model situations, simplify calculations and solve problems where direct numbers are not initially known. The unit emphasises clear steps, correct use of symbols, and practice with worked examples so that students become confident in manipulating expressions and solving equations. Regular practice in forming expressions from words and checking results ensures readiness for more advanced topics in later classes.
Learning Objectives
- Recognise and use algebraic notation including variables, coefficients, constants and terms.
- Identify like and unlike terms and combine like terms to simplify expressions.
- Classify expressions as monomials, binomials and polynomials and determine the degree of terms.
- Perform addition, subtraction and multiplication of algebraic expressions using distributive law.
- Recall and apply special product formulas such as squares and difference of squares.
- Factorise algebraic expressions using common factors, grouping and simple quadratic trinomials.
- Formulate and solve simple linear equations in one variable and check solutions.
- Translate word problems into algebraic equations and solve real-life problems using algebra.
Topics in this chapter
13 topics · tap a topic title to jump straight to it.
Introduction to Algebraic Language
What is algebra? Algebra uses letters to stand for numbers we do not know yet or that can vary. These letters are called variables. Using variables helps us write general rules: for example, x + x + x can be written as 3x.
Parts of an algebraic expression. An expression is a combination of numbers, variables and operations. Each piece separated by + or − is called a term. A coefficient is the number multiplied with a variable; in 5y the coefficient is 5 and in −3a the coefficient is −3. A constant is a term with no variable, such as 7.
Why use algebra? It allows us to describe patterns, make formulas, and solve problems where the exact numbers change. Algebraic thinking helps to generalise procedures so one method works for many cases. In later classes algebra links to geometry and graphs.
Notation and helpful habits. Always write multiplication between number and letter as 3x not 3·x unless clarity is needed. Use parentheses ( ) for grouping. When substituting a number for a variable, replace the variable everywhere and follow order of operations: brackets, powers, multiplication/division, addition/subtraction.
Examples to practice. Convert repeated addition to algebraic form, identify coefficients and constants, and practise simple substitutions such as if x = 4 then 2x + 3 = 11. Good habits early prevent sign mistakes later.
- Write three times a number plus five as an expression: 3x + 5.
- Identify parts in 7ab − 4b + 9: coefficients are 7 (for ab) and −4 (for b); constant is 9.
- Term: part of an expression separated by + or −
- Coefficient: the numerical factor of a term
- Constant: a term without variables
Algebraic Expressions and Their Types
Definition of expressions. An algebraic expression is a combination of numbers, variables and arithmetic operations. Expressions do not include an equals sign; if there is = it becomes an equation. Expressions can be simple, like 3x, or complex, like 4x^3 + 2xy − 5.
Classification by number of terms. A monomial has one term (for example, 6x^2 or 7), a binomial has exactly two terms (for example, x + 5), and a trinomial has three terms (for example, x^2 + 3x + 2). Any expression with one or more terms is called a polynomial provided the powers of variables are whole numbers. Recognising these types helps decide which methods to use for operations like addition or factorisation.
Degree of terms and polynomials. The degree of a single term is the sum of the exponents of its variables: the degree of 4x^2y is 3 because 2 + 1 = 3. For a polynomial, the degree is the highest degree among its terms: in 5x^3 + 2x^2 + x, the degree is 3. Constants are degree 0 because they can be seen as multiplied by x^0.
Why ordering matters. Writing polynomial terms in descending order of degree (standard form) such as 2x^3 + x^2 − 4x + 7 makes comparison and operations easier. When variables are different, the degree of a term is the total exponent sum; for example 3x^2y has degree 3. In two-variable polynomials we often list terms in an agreed order such as alphabetical order of variables for clarity.
Edge cases and clarity. The zero expression 0 is special: it has no defined degree or sometimes is assigned degree −∞ in advanced math, but in class use treat 0 separately. Also note that expressions like x/x simplify to 1 for x ≠ 0, which changes classification. Practice classifying many examples so recognition is quick during exams and problem solving.
- Classify 4x as monomial; degree 1.
- Classify x^2 + 2x + 3 as trinomial and polynomial of degree 2.
- Monomial: one term (e.g., ax^n)
- Degree of term: sum of exponents of variables in the term
- Degree of polynomial: maximum degree among its terms
Like and Unlike Terms
Definition and recognition. Like terms are terms that have identical variable parts including the same variables raised to the same powers. Their coefficients may be different, but the variable factor must match exactly. For example, 5x^2y and −3x^2y are like terms because both share x^2y. On the other hand, x^2 and x are not like terms, and neither are 2xy and 2x^2y because exponents differ.
Why like terms matter. Only like terms can be added or subtracted directly. Trying to add unlike terms is similar to trying to add different objects: one cannot directly combine '3 apples' and '2 oranges' into a single number of fruits without keeping the types separate. In algebra, combining like terms simplifies expressions and makes further operations easier and clearer.
How to test for likeness. Compare the variable portion of each term: ignore coefficients and check variables and exponents. Order of variables does not matter: 3xy and −xy are like because xy = yx. If a variable appears in one term but not the other, treat the missing variable as having exponent 0, for instance x and x^2 are unlike because exponents 1 and 2 differ.
Combining like terms. To combine like terms, add or subtract their coefficients and keep the common variable factor unchanged. Example: 7x^2 − 3x^2 + x^2 = (7 − 3 + 1)x^2 = 5x^2. For several terms, group them first, then perform arithmetic on coefficients. For subtraction, change the sign of terms being subtracted before combining: a − (b + c) = a − b − c.
Common student mistakes and tips. A frequent error is to combine unlike terms, e.g., adding 2x and 3x^2 to get 5x^3 which is incorrect. Always rewrite the expression arranging like terms together, perhaps in columns, then combine. When variables are letters like ab and ba, treat them as same because multiplication is commutative: ab = ba. Practice many examples including negative coefficients and mixed variable names to build confidence.
- Simplify 7x + 2 − 3x + 5: combine like terms to get (7x − 3x) + (2 + 5) = 4x + 7.
- Simplify 4ab − 2ba + 3a: note 4ab and −2ba are like terms (ab), giving (4 − 2)ab + 3a = 2ab + 3a.
- Combine like terms: ax^n + bx^n = (a + b)x^n
- Constants: a + b are like terms with degree 0
Addition and Subtraction of Algebraic Expressions
Basic principle. Addition and subtraction of algebraic expressions follow the same numerical rules but must respect like terms. The key idea is to combine only like terms. To add or subtract expressions, first remove any brackets and then group like terms together before performing arithmetic on coefficients.
Removing brackets carefully. If a bracket is preceded by a plus sign, the terms inside retain their signs when the bracket is removed. If a bracket is preceded by a minus sign, every sign inside must be changed when the bracket is removed. For example, x − (2x − 3) = x − 2x + 3. Always perform this step slowly to avoid sign mistakes.
Step-by-step method. 1) Simplify inside brackets. 2) Remove brackets using sign rules. 3) Rearrange terms so like terms are adjacent or write them in columns by degree. 4) Add or subtract coefficients of like terms. 5) Present the final simplified expression in a conventional order, usually descending powers.
Examples of operations with mixed terms. If expressions involve different powers or different variables, keep those parts separate. For instance, (3x^2 + x) + (2x + 1) = 3x^2 + (x + 2x) + 1 = 3x^2 + 3x + 1. For subtraction, change signs of the second expression and then combine: (x^2 + 2x) − (3x^2 − x + 4) = x^2 + 2x − 3x^2 + x − 4 = −2x^2 + 3x − 4.
Practical techniques and checks. Writing terms in vertical columns (like an addition of numbers) helps avoid missing like terms. After simplifying, check by substituting a value for the variable to verify both original and simplified expressions give the same result. Regular practice with expressions containing negatives and several terms builds accuracy and speed for exams.
- Simplify (3x + 4) + (2x − 5) = 5x − 1.
- Simplify (x^2 + 2x) − (3x^2 − x) = x^2 + 2x − 3x^2 + x = −2x^2 + 3x.
- (ax^n + ... ) + (bx^n + ... ) = (a + b)x^n + ...
- Subtracting: A − B = A + (−1)·B
Multiplication of a Monomial by a Monomial
Understanding monomial multiplication. Multiplying two monomials means multiplying their numerical coefficients and then multiplying variable parts by using the law of exponents. Treat the multiplication as two separate tasks: handle numbers, then handle letters. When variables are the same, add their exponents; when different, write them together in a clear order.
Applying laws of indices. The main law used is xa · xb = x^(a+b). If a variable appears only in one factor, its exponent in the product equals its exponent in that factor. For example, (2x)(3x^2y) = 6x^(1+2)y = 6x^3y. This separation of coefficient and variable handling makes multiplication systematic and reduces mistakes.
Sign rules and zero. Pay attention to signs: multiply coefficients using usual sign rules (positive×positive = positive, negative×negative = positive, positive×negative = negative). If any factor is zero, the whole product is zero. Also watch for implicit powers: x means x^1 and a constant like 5 is 5x^0 if multiplied with x-based terms.
Multiple variables and arrangement. When product includes different variables, combine them as a single term with variables arranged in alphabetical order or required convention, for example 3xy^2z. Clearly show how exponents add for each common base. For compound examples, break into smaller multiplications: first multiply coefficients, then handle each variable base one by one.
Worked approach and checks. Always write intermediate steps: multiply numbers, then show exponent addition for each base. After obtaining result, substitute small numbers for variables to verify numerically. With repeated practice students become confident multiplying any monomials, which is essential before moving to multiply monomials with polynomials or larger polynomials.
- Multiply (−2x)(3x^2) = −6x^3.
- Multiply (4ab)(5a^2b^3) = 20a^3b^4.
- xa · xb = x^(a+b)
- (ka^m)(la^n) = (k·l)a^(m+n)
Multiplication of a Monomial by a Polynomial
Distributive law in action. Multiplying a monomial by a polynomial uses the distributive law: multiply the monomial by each term of the polynomial and sum the results. The monomial is distributed across the sum inside parentheses. This method works for any polynomial length: binomial, trinomial or longer.
Detailed steps to follow. Step 1: Identify the monomial and the polynomial. Step 2: Multiply the monomial by the first term of the polynomial: multiply coefficients and add exponents for like bases. Step 3: Repeat for each remaining term. Step 4: After producing all products, combine like terms if any appear. Carefully keep sign changes from negative coefficients or negative terms in the polynomial.
Examples of careful handling. If the polynomial contains negatives or the monomial is negative, make sure to multiply the negative sign through every term: for example −2x(x^2 − 3x + 4) = −2x^3 + 6x^2 − 8x. Also remember that constants are treated as having any variable to power 0 when multiplying, e.g., x·5 = 5x since 5 = 5x^0.
Common student mistakes. A typical error is to multiply only part of the polynomial or to forget to add exponents. Another is to drop a sign when distributing a negative. To avoid these, it helps to write each product on a separate line or use a bracket to keep track. For long polynomials, a table with the monomial at left and polynomial terms across the top can keep the work organised.
Checking results. After multiplication and simplification, substitute a simple value for the variable (for example x = 1 or x = 2) into both the original product and the expanded result to confirm they match. This quick check catches arithmetic errors and builds confidence in the method.
- Find x(2x^2 + 3x − 4) = 2x^3 + 3x^2 − 4x.
- Compute (−3a)(2a^2 − a + 5) = −6a^3 + 3a^2 − 15a.
- a(b + c + ... ) = ab + ac + ...
- Monomial × polynomial: multiply coefficient and add exponents
Multiplication of Polynomials (Binomial × Binomial and More)
General rule for polynomial multiplication. To multiply two polynomials, multiply each term of the first polynomial by each term of the second, then combine like terms. This is repeated use of the distributive property. When both polynomials are binomials, the method is simpler to remember and can be shown with a grid or the FOIL mnemonic.
FOIL explained. For two-binomial multiplication (a + b)(c + d) FOIL stands for First, Outer, Inner, Last and ensures all four products are included: ac + ad + bc + bd. For example, (x + 2)(x + 3) produces x^2 (first) + 3x (outer) + 2x (inner) + 6 (last) which combine to x^2 + 5x + 6.
Polynomials with more terms. When multiplying polynomials with more than two terms, it is helpful to create a multiplication table: list terms of one polynomial across the top and the other down the side, then fill in each cell with the product of the row and column terms. After filling all cells, collect like-degree terms by adding coefficients to obtain the final expanded polynomial. This table method reduces the chance of missing a product.
Combining and arranging result. After computing all term-by-term products, collect like terms (those with the same variable factors and exponents) and add their coefficients. Finally, present the polynomial in standard form, usually with descending powers. Keep an eye on negative signs, and use parentheses when necessary to show structure of factors.
Verification and practice tips. A good check is to substitute a numerical value for the variable(s) into both the original product and the final expanded expression to confirm equality. Regular practice with increasing polynomial sizes will make the process routine and accurate for exam problems.
- Multiply (x + 2)(x + 3) = x^2 + 5x + 6.
- Multiply (x + 1)(x^2 + x + 2) = x^3 + x^2 + 2x + x^2 + x + 2 = x^3 + 2x^2 + 3x + 2.
- (a + b)(c + d) = ac + ad + bc + bd
- FOIL applies for binomials: First, Outer, Inner, Last
Special Products: Squares and Difference of Squares
Square of a binomial — formula and derivation. The square of a binomial (a + b)^2 means (a + b)(a + b). Multiplying termwise gives a^2 + ab + ab + b^2 which simplifies to a^2 + 2ab + b^2. Similarly, (a − b)^2 expands to a^2 − 2ab + b^2 because the cross-terms have opposite signs and combine to −2ab. These identities are useful shortcuts when expanding or recognising patterns.
Difference of squares — formula and usefulness. Multiplying (a + b)(a − b) produces a^2 − ab + ab − b^2; the cross-terms cancel leaving a^2 − b^2. This is the difference of squares identity. It allows quick factorisation: any expression of the form A^2 − B^2 equals (A − B)(A + B). This helps solve equations and simplifies algebraic fractions.
Applications and patterns to spot. Recognise when an expression fits these forms so you can expand or factor fast. For example, x^2 + 10x + 25 is (x + 5)^2 because 10x is 2·x·5 and 25 is 5^2. Likewise, 9x^2 − 16 is (3x − 4)(3x + 4). Notice that sum of squares like a^2 + b^2 do not factor into real linear factors in general, so confusion between sum and difference of squares must be avoided.
Practical method and checks. To expand a binomial square, identify a and b and apply the formula without multiplying out term-by-term. To factor a difference of squares, take square roots of each perfect square term and write the factors as conjugates. After using these identities, multiply back to check correctness. Drawing a geometric picture — a square with side (a + b) split into parts — helps visualise why (a + b)^2 expands to a^2 + 2ab + b^2.
- Expand (x + 4)^2 = x^2 + 8x + 16.
- Factor 25y^2 − 36 = (5y − 6)(5y + 6).
- (a + b)^2 = a^2 + 2ab + b^2
- (a − b)^2 = a^2 − 2ab + b^2
- (a + b)(a − b) = a^2 − b^2
Factorisation: Taking Out Common Factor
Understanding factorisation. Factorisation rewrites an expression as a product of simpler expressions. The first and most common method is taking out the greatest common factor (GCF). Factoring by taking out the GCF simplifies expressions and is often the first step before other factorisations.
How to find the GCF. For numerical coefficients, find the largest whole number that divides each coefficient. For variable parts, take each variable that appears in every term raised to the smallest power present. For example, in 12x^3 + 18x^2 + 6x, the GCF is 6x because 6 divides the numbers and x is the lowest power common to all terms.
Factoring process described. Divide every term by the GCF and place the results inside a bracket multiplied by the GCF. So 12x^3 + 18x^2 + 6x = 6x(2x^2 + 3x + 1). This shows the structure of the expression and makes further factorisation or solving possible. Always perform the division term-by-term to avoid mistakes.
Why this helps in equations and simplification. Factoring out the GCF is useful when solving equations because once you express an equation in factored form, you can use zero-product property (if a·b = 0 then a = 0 or b = 0) to find solutions. It is also helpful when simplifying algebraic fractions by canceling common factors.
Practical advice and verification. Use prime factorisation of coefficients or a factor tree to find GCF of numbers quickly. After factoring, multiply back the GCF and bracket to check you regain the original expression. Practice with negative coefficients and different variable powers so finding GCF becomes fast and reliable under exam conditions.
- Factor 8x^3 + 12x^2 = 4x^2(2x + 3).
- Factor 5ab + 15b = 5b(a + 3).
- GCF method: ax + ay = a(x + y)
- If G is GCF of terms, expression = G(remaining terms)
Factorisation by Grouping
When grouping helps. Factorisation by grouping is a practical method for polynomials with four terms or for trinomials after splitting the middle term. The idea is to arrange terms into pairs so each pair has a common factor. After factoring each pair, a common binomial factor may appear which can be factored out to complete the factorisation.
Detailed method. Step 1: Split the polynomial into two groups (often the first two and last two terms). Step 2: Factor out the greatest common factor from each group. Step 3: If the remaining binomial factors in each group are identical, take that binomial as a common factor. The final result will be the product of the common factor and another binomial made from the pair of common factors.
Worked logic and rearrangement. For example, with x^3 + 2x^2 + x + 2, group (x^3 + 2x^2) + (x + 2) to get x^2(x + 2) + 1(x + 2) and then (x + 2)(x^2 + 1). If the binomials do not match, try rearranging the original terms; a different grouping may expose the factorisation. This flexibility is often needed and is part of the skill.
Use in splitting middle term. For quadratic trinomials where the leading coefficient is not 1, one technique is to split the middle term into two terms whose coefficients multiply to a·c and add to b, then use grouping on the resulting four-term expression. That method is more advanced but follows the same grouping idea.
Checks and tips. Multiply the final factors to confirm the original polynomial. Grouping may fail if the polynomial is prime (cannot be factored over integers); practicing many examples trains the skill of spotting the right grouping quickly. Be careful with signs when factoring out common parts from each group.
- Factor x^3 + 2x^2 + x + 2 = (x^3 + 2x^2) + (x + 2) = x^2(x + 2) + 1(x + 2) = (x^2 + 1)(x + 2).
- Factor 3ax + 6a + 2bx + 4b = 3a(x + 2) + 2b(x + 2) = (3a + 2b)(x + 2).
- Grouping: (A + B) + (C + D) = (common factor of A and B)·(...) + (common factor of C and D)·(...)
Factorisation of Quadratic Trinomials (Simple Cases)
Purpose and scope. The aim is to write a quadratic trinomial ax^2 + bx + c as a product of two binomials. In this class we focus on the simple and common case where a = 1, so the trinomial is x^2 + bx + c. Learning this case well gives a strong base for more advanced factor methods later.
Method for a = 1: find two numbers. To factor x^2 + bx + c, look for two integers m and n such that their sum m + n equals b and their product m·n equals c. Once found, the trinomial factors as (x + m)(x + n). Pay attention to signs: if c is positive and b is positive, both m and n are positive; if c is positive and b is negative, both are negative; if c is negative, one is positive and the other negative.
Worked reasoning with signs. For x^2 + 5x + 6, list factor pairs of 6: (1,6) sum 7; (2,3) sum 5 → choose 2 and 3 → (x + 2)(x + 3). For x^2 − x − 6, factor pairs of −6 include (2, −3) sum −1 → (x + 2)(x − 3). If no integer pair exists, the trinomial may not factor nicely over integers; then leave as is or use other methods later.
Verification and examination tips. Always multiply your factors to check they return the original expression. In exams, explicitly mention the pair of numbers used to show reasoning. Practice with several trinomials including those with negative coefficients so spotting the right pair becomes quick and confident under time pressure.
- Factor x^2 + 7x + 12: numbers 3 and 4 → (x + 3)(x + 4).
- Factor x^2 − 5x + 6: numbers −2 and −3 → (x − 2)(x − 3).
- If m + n = b and m·n = c then x^2 + bx + c = (x + m)(x + n)
Solving Simple Linear Equations in One Variable
Understanding equations as balances. An equation states that two expressions are equal. Think of an equation as a balance scale: both sides must remain equal. A linear equation has the variable to the power one, for example 3x + 5 = 20. The aim is to find the value of x that keeps the equality true.
Stepwise solving method. Step 1: Simplify each side by removing brackets and combining like terms. Step 2: Move all terms containing the variable to one side and constants to the other by adding or subtracting the same expression from both sides. Step 3: Once the variable is isolated with a coefficient, divide or multiply to make the coefficient 1. Step 4: Check the result by substituting the value back into the original equation to ensure equality holds.
Handling special cases. If after simplification you get an identity like 0 = 0, the equation has infinitely many solutions (all real numbers satisfy it). If you obtain a false statement like 0 = 5, the equation has no solution. In typical class 8 problems you will mostly get a unique solution.
Working with fractions and negatives. To avoid fractions, you may multiply both sides by the least common denominator at the start. When dividing by a negative coefficient, remember sign reversals do not occur; you simply divide like usual but the sign of the quotient follows arithmetic rules. Always carry signs carefully and check by substitution.
Examples and verification. For 2x + 4 = x + 9, subtract x from both sides to get x + 4 = 9, then x = 5. Checking: 2·5 + 4 = 14 and right side x + 9 = 14, so correct. Regular practice with different forms builds speed and avoids common mistakes in examinations.
- Solve 3x + 5 = 20 → 3x = 15 → x = 5.
- Solve 2x + 4 = x + 9 → x = 5 after bringing x terms together.
Forming and Solving Equations from Word Problems
Translating words into symbols. Word problems often describe a relationship between quantities. The skill is to read carefully, choose a variable to represent the unknown, express all statements in algebraic form, and then solve the resulting equation. Clear notation and units help avoid confusion.
Step-by-step approach. Step 1: Read the problem twice and identify what is known and what is unknown. Step 2: Choose a letter for the unknown and write expressions for each part of the problem. Step 3: Translate the words into an equation using algebraic symbols. Step 4: Solve the equation using algebraic methods taught earlier, and Step 5: Check the solution by substituting it into the original word statement to ensure it makes sense in context.
Common phrases and their meanings. Learn common translations: 'sum' means add, 'difference' means subtract, 'product' means multiply, 'quotient' means divide. 'More than' usually translates to + and 'less than' to − but be careful about order: '5 more than x' = x + 5 while '5 less than x' = x − 5. 'Twice', 'thrice' mean multiplication by 2 and 3 respectively.
Model problems and checks. For age, money or distance problems, include words when answering: say 'the number is 4' or 'his age is 12 years'. After solving, test the answer by plugging it back into the original description. If an answer is negative or unrealistic (like negative age), re-check the equation set-up; sometimes the unknown choice or sign was mistaken.
Practice and variety. Start with simple one-step problems, then move to two-step and comparison problems (e.g., "one is twice another"). Work also on consecutive numbers and sharing problems: for three consecutive integers with sum S, represent them as n, n+1, n+2 and form the equation. With regular practice, translating from words to equations becomes faster and more reliable, a useful skill for higher mathematics and real-life problem solving.
- If twice a number decreased by 3 is 11, form 2x − 3 = 11; solve x = 7.
- Three consecutive integers with sum 24: let n, n+1, n+2; n+(n+1)+(n+2)=24 → 3n+3=24 → n=7.
Key Concepts
- Variable
- A symbol, usually a letter, that represents an unknown or varying number.
- Coefficient
- The numerical factor multiplied with a variable in a term.
- Term
- A single part of an expression separated by + or − signs.
- Constant
- A term without any variable; a fixed number.
- Like terms
- Terms having the exact same variable factors raised to the same powers.
- Monomial
- An algebraic expression with only one term.
- Binomial
- An algebraic expression consisting of two terms.
- Polynomial
- A sum of one or more terms with non-negative integer powers of variables.
- Degree of a term
- The sum of the exponents of the variables in that term.
- Degree of a polynomial
- The highest degree among its terms.
- Distributive law
- Rule a(b + c) = ab + ac used to multiply a term by a sum.
- Factorisation
- Writing an expression as a product of simpler expressions or factors.
- Greatest common factor (GCF)
- Largest numerical and variable factor common to all terms of an expression.
- Quadratic trinomial
- A polynomial of degree two with three terms, typically of form ax^2 + bx + c.
- Linear equation
- An equation in which the variable has power one.
Practice Questions
-
Simplify: 5x + 3 − 2x + 7 / सरल कीजिए: 5x + 3 − 2x + 7
Show answer
Combine like terms: (5x − 2x) + (3 + 7) = 3x + 10 / समान पदों को जोड़ें: (5x − 2x) + (3 + 7) = 3x + 10
-
Multiply: (x + 4)(x + 2) and expand / गुणा कीजिए: (x + 4)(x + 2) और विस्तार कीजिए
Show answer
Use FOIL: x·x + x·2 + 4·x + 4·2 = x^2 + 2x + 4x + 8 = x^2 + 6x + 8 / FOIL का उपयोग करें: x·x + x·2 + 4·x + 4·2 = x^2 + 2x + 4x + 8 = x^2 + 6x + 8
-
Factor: 6x^2 + 9x / गुणा-कर निकालिए: 6x^2 + 9x
Show answer
Take out GCF 3x: 6x^2 + 9x = 3x(2x + 3). Check by expanding. / GCF 3x बाहर निकालें: 6x^2 + 9x = 3x(2x + 3). विस्तार करके जाँच करें।
-
Expand: (3x)(2x^2 + x − 4) / विस्तार कीजिए: (3x)(2x^2 + x − 4)
Show answer
Multiply termwise: 3x·2x^2 + 3x·x − 3x·4 = 6x^3 + 3x^2 − 12x / पद-दर-पद गुणा करें: 3x·2x^2 + 3x·x − 3x·4 = 6x^3 + 3x^2 − 12x
-
Factor: x^2 − 9 / गुणा-कर निकालिए: x^2 − 9
Show answer
Recognise difference of squares: x^2 − 9 = (x − 3)(x + 3). / वर्गों के अंतर के रूप में पहचानें: x^2 − 9 = (x − 3)(x + 3).
-
Solve: 4x − 7 = 13 / हल कीजिए: 4x − 7 = 13
Show answer
Bring constant to right: 4x = 20 → x = 5. Check: 4·5 − 7 = 20 − 7 = 13. / स्थिर पद को दाहिनी ओर लाएँ: 4x = 20 → x = 5. जाँच: 4·5 − 7 = 13।
-
If twice a number plus 3 equals 11, find the number / यदि किसी संख्या का दोगुना तथा उसमें 3 जोड़ने पर 11 मिलता है, तो संख्या ज्ञात कीजिए
Show answer
Let the number be x: 2x + 3 = 11 → 2x = 8 → x = 4. Check: 2·4 + 3 = 11. / संख्या x ले; 2x + 3 = 11 → 2x = 8 → x = 4. जाँच: 2·4 + 3 = 11।
-
Simplify and collect like terms: 2ab + 3ba − ab + 5 / सरल कीजिए और समान पद इकट्ठा करें: 2ab + 3ba − ab + 5
Show answer
Note ab and ba are like terms: 2ab + 3ab − ab + 5 = (2 + 3 − 1)ab + 5 = 4ab + 5. / ध्यान दें ab और ba समान हैं: 2ab + 3ab − ab + 5 = (2 + 3 − 1)ab + 5 = 4ab + 5.
-
Factor by grouping: x^3 + x^2 + x + 1 / समूह बनाकर गुणा-कर निकालिए: x^3 + x^2 + x + 1
Show answer
Group as (x^3 + x^2) + (x + 1) = x^2(x + 2) + 1(x + 1). Check grouping: actually grouping should be (x^3 + x^2) + (x + 1) = x^2(x + 1) + 1(x + 1) = (x^2 + 1)(x + 1). / (x^3 + x^2) + (x + 1) रूप में समूह बनाइए = x^2(x + 1) + 1(x + 1) = (x^2 + 1)(x + 1).
-
Expand and simplify: (x + 2)(x^2 − x + 3) / विस्तार कीजिए और सरल कीजिए: (x + 2)(x^2 − x + 3)
Show answer
Multiply each term: x·(x^2 − x + 3) + 2·(x^2 − x + 3) = x^3 − x^2 + 3x + 2x^2 − 2x + 6 = x^3 + (−1+2)x^2 + (3−2)x + 6 = x^3 + x^2 + x + 6. / प्रत्येक पद से गुणा करें: x·(x^2 − x + 3) + 2·(x^2 − x + 3) = x^3 − x^2 + 3x + 2x^2 − 2x + 6 = x^3 + x^2 + x + 6.
-
Factor: x^2 + 5x + 6 / गुणा-कर निकालिए: x^2 + 5x + 6
Show answer
Find two numbers summing to 5 and multiplying to 6: 2 and 3. So x^2 + 5x + 6 = (x + 2)(x + 3). / ऐसे दो अंक खोजें जिनका योग 5 और गुणनफल 6 हो: 2 और 3। अतः x^2 + 5x + 6 = (x + 2)(x + 3).
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.