

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
151. |
(x - 6)(x - 6) = ?A. (x2 - 36)B. (x2 + 36)C. (x2 - 6x + 36)D. (x2 - 12x + 36) |
Answer» (x - 6)(x - 6)By component wise multiplication = x(x - 6) - 6(x - 6) (from above we can see that, x.x = x2, x.(-6) = - 6x, -6.x = - 6x, and -6.-6 = +36) = x2 - 6x - 6x + 36 = x2 - 12x + 36 Note: Multiplication of signs is given by- (+) × (+) = + (+) × (-) = - (-)×(+)= - (-) × (-) = + |
|
152. |
Expand: ((x/y)-((y/x))2 |
Answer» Given ((x/y)-((y/x))2 According to the identity (a – b)2=a2-2ab+b2 we have to expand the given expression, ((x/y)-((y/x))2= (x/y)2-2 (x/y)( y/x)+(y/x)2 ((x/y)-((y/x))2= x2/y2-2+y2/x2 |
|
153. |
Find the products: (x+3) (x-3) |
Answer» Given (x+3) (x-3) By using the formula (a + b) (a – b) = a2 – b2 Applying the formula we get (x+3) (x-3) =x2-32 (x+3) (x-3) = x2-9 |
|
154. |
(x + a) (x + b) = …………………A) x2 + (a + b) x + ab B) x2 – (a-b) x – ab C) x2 – ab D) x + ab |
Answer» A) x2 + (a + b) x + ab |
|
155. |
The formula used in the product of 96 × 104 is ………………. A) (a + b) (a – b) B)(a – b)2 C) (a – b)2 D) a2 – b |
Answer» A) (a + b) (a – b) Correct option is (A) (a + b) (a – b) \(96\times104\) = (100 - 4) \(\times\) (100 + 4) Let a = 100, b = 4 Then \(96\times104\) = (a - b) (a + b) \(\therefore\) Formula used in product of \(96\times104\) is (a + b) (a – b). |
|
156. |
If the equation is true for all values of the variables then it is called an ……………….. A) Equation B) identity C) Product D) None |
Answer» Correct option is B) identity |
|
157. |
Find the product:(0.8x – 0.5y) (1.5x – 3y) |
Answer» (0.8x – 0.5y) (1.5x – 3y) Suppose (a – b) and (c – d) are two binomials. By using the distributive law of multiplication over addition twice, we may find their product as given below. (a – b) × (c – d) = a × (c – d) – b × (c – d) = (a × c – a × d) – (b × c – b × d) = ac – ad – bc + bd Let, a= 0.8x, b= 0.5y, c= 1.5x, d= 3y Now, = 0.8x × (1.5x – 3y) – 0.5y × (1.5x – 3y) = [(0.8x × 1.5x) + (0.8x × -3y)] – [(0.5y × 1.5x) + (0.5y × -3y)] = [1.2x2 – 2.4xy – 0.75yx + 1.5y2] = [1.2x2 – 3.15xy + 1.5y2] |
|
158. |
(x + 5) (x - 3) = ?A. x2 + 5x - 15B. x2 - 3x - 15C. x2 + 2x + 15D. x2 + 2x - 15 |
Answer» After solving the equation, we get, (x + 5)(x – 3) = x(x – 3) + 5(x – 3) = x2 – 3x + 5x – 15 = x2 + 2x – 15 |
|
159. |
(x + 4)(x + 4) = ?A. (x2 + 16)B. (x2 + 4x + 16)C. (x2 + 8x + 16)D. (x2 + 16x) |
Answer» We know that, (x + 4)(x + 4) = (x + 4)2 From formula, (a + b)2 = a2 + b2 + 2ab (x + 4)2 = x2 + 42 + 2 × x × 4 = x2 + 8x + 16 |
|
160. |
(2x + 3)(3x - 1) = ?A. (6x2 + 8x - 3)B. (6x2 + 7x - 3)C. 6x2 - 7x - 3D. (6x2 - 7x + 3) |
Answer» After solving the equations, we get, (2x + 3)(3x – 1) = 2x(3x – 1) + 3(3x – 1) = 6x2 – 2x + 9x – 3 = 6x2 + 7x – 3 |
|
161. |
Write an algebraic expression using speed and time; simple interest to be paid, using principal and the rate of simple interest. |
Answer» Distance = speed × time d = s × t Simple interest = (Principal x Time x Rate of interest) / 100 ∴ I = \(\frac{PRT}{100}\) |
|
162. |
Find each of the following products: (3p2 + q2) × (2p2 – 3q2) |
Answer» By using horizontal method, We have; = (3p2 + q2) × (2p2 – 3q2) = 3p2(2p2 – 3q2) + q2(2p2 – 3q2) = 6p4 – 9p2q2 + 2p2q2 – 3q4 = 6p4 – 7p2q2 – 3q4 |
|
163. |
Find each of the following products:(x3 – y3) × (x2 + y2) |
Answer» By using horizontal method, We have; = (x3 – y3) × (x2 + y2) = x3(x2 + y2) – y3(x2 + y2) = x5 + x3y2 – x2y3 - y5 |
|
164. |
Find each of the following products: (9x2 – x + 15) × (x2 – x – 1) |
Answer» By using horizontal method, We have; (9x2 – x + 15) × (x2 – x – 1) = 9x2(x2 – x – 1) – x (x2 – x – 1) +15(x2 – x – 1) = 9x4 – 9x3 – 9x2 – x3 + x2 + x + 15x2 – 15x – 15 Putting equal power terms together, we get, = 9x4 – 9x3 – x3 – 9x2 + x2 + 15x2 – 15x + x – 15 = 9x4 – 10x3 + 7x2 – 14x – 15 |
|
165. |
Find each of the following products: (2x2 + 3x – 7) × (3x2 – 5x + 4) |
Answer» By using horizontal method, We have; (2x2+ 3x – 7) ×(3x2 – 5x + 4) = 2x2(3x2 – 5x + 4) + 3x(3x2 – 5x + 4) – 7(3x2 – 5x + 4) = 6x4 – 10x3 + 8x2 + 9x3 – 15x2 + 12x– 21x2 + 35x – 28 Now, putting equal power terms together, we get, = 6x4 – 10x3 + 9x3 + 8x2 – 15x2– 21x2 + 35x + 12x– 28 = 6x4 – x3 – 28x2 + 47x – 28 |
|
166. |
Find each of the following products: (x4 + y4) × (x2 – y2) |
Answer» By using horizontal method, We have; = (x4 + y4) × (x2 – y2) = x4(x2 – y2) + y4(x2 – y2) = x6 – x4y2 + x2y4 – y6 |
|
167. |
Find each of the following products: (4x + 9) × (x – 6) |
Answer» By using horizontal method, We have; = (4x + 9) × (x - 6) = 4x(x – 6) + 9(x - 6) = 4x2 – 24x + 9x – 54 = 4x2 – 15x – 54 |
|
168. |
Find each of the following products:(x2 – 3x + 7) × (2x + 3) |
Answer» By using horizontal method, We have; = (x2 – 3x + 7) × (2x + 3) = 2x(x2 – 3x + 7) + 3(x2 – 3x + 7) = 2x3 - 6x2 + 14x + 3x2 – 9x + 21 By arranging the expression in the form of descending powers of x, We get; = 2x3 – 6x2 + 3x2 + 14x – 9x + 21 = 2x3 – 3x2 + 5x + 21 |
|
169. |
Find each of the following products: (x2 – xy + y2) × (x + y) |
Answer» By using horizontal method, We have; = (x2 – xy + y2) × (x + y) = x(x2 – xy + y2) + y(x2 – xy + y2) = x3 - x2y + xy2 + x2y – xy2 + y3 By arranging the expression in the form of descending powers of x, We get; = (x3 + y3) |
|
170. |
Find each of the following products:(2x + 5) × (4x – 3) |
Answer» By using horizontal method, We have; = (2x + 5) × (4x - 3) = 2x (4x – 3) + 5 (4x – 3) = 8x2 - 6x + 20x – 15 = 8x2 + 14x - 15 |
|
171. |
Find the products:(x4+y4) × (x2 –y2) |
Answer» Given (x4+y4) × (x2 –y2) To find the product of given expression we have to use horizontal method. In that we have to multiply each term of one expression with each term of another Expression so by multiplying we get, (x4+y4) × (x2 –y2) ⇒ x4 (x2 –y2) + y4(x2 –y2) ⇒ x6 – x4y2 + x2y4 – y6 |
|
172. |
Find each of the following products:(x3 – 2x2 + 5) × (4x - 1) |
Answer» By using horizontal method, We have; = (x3 – 2x2 + 5) × (4x – 1) = 4x(x3 – 2x2 + 5) – 1(x3 – 2x2 + 5) = 4x4 – 8x3 + 20x – 1x3 + 2x2 – 5 By arranging the expression in the form of descending powers of x, We get; = 4x4 – 8x3 – x3 + 2x2 + 20x – 5 = 4x4 – 9x3 + 2x2 + 20x – 5 |
|
173. |
Find each of the following products: (x2 + xy + y2) × (x – y) |
Answer» By using horizontal method, We have; = (x2 + xy + y2) × (x - y) = x(x2 + xy + y2) - y(x2 + xy + y2) = x3 + x2y + xy2 - x2y – xy2 - y3 By arranging the expression in the form of descending powers of x, We get; = (x3 - y3) |
|
174. |
Find the following products:\(xy(x^3-y^3)\) |
Answer» xy (x3 – y3) = xy × x3 – xy × y3 = x4y – xy4 |
|
175. |
5x × (-3y) = ...................A) – 15xy B) – 15x2 y C) 15xy D) 2xy |
Answer» Correct option is A) – 15xy |
|
176. |
Find the products:(-13/5)ab2c × (7/3)a2bc2 |
Answer» (-13/5)ab2c × (7/3)a2bc2 The coefficient of the product of two monomials is equal to the product of their coefficients. The variable part in the product of two monomials is equal to the product of the variables in the given monomials. Then, = [(-13/5) × (7/3)] × (a × a2) × (b2 × b) × (c × c2) = [(-13×7)/ (5×3)] × (a1+2) × (b2+1) × (c1+2) … [∵ am × an = am+n] = [-91/ 15] × (a3) × (b3) × c3 = [-91/15]a3b3c3 |
|
177. |
Find the products:(2/3)x2y × (3/5)xy2 |
Answer» (2/3)x2y × (3/5)xy2 The coefficient of the product of two monomials is equal to the product of their coefficients. The variable part in the product of two monomials is equal to the product of the variables in the given monomials. Then, = [(2/3) × (3/5)] × (x2 × x) × (y × y2) = [(2×3)/ (3×5)] × (x2+1) × (y1+2) … [∵ am × an = am+n] = [(2×1)/ (1×5)] × (x3) × (y3) = [2/5]x3y3 |
|
178. |
Which of the following is a group of like terms? A) 2t, \(\frac{5t}{2}\), \(\frac{-6s}{7}\)B) x , 2x2 , – 7x, 8x3 C) 6p, – 7p, \(\frac{5}{2}\)p D) 2y, \(\frac{-7}{3}\)x, 5t |
Answer» C) 6p, – 7p, \(\frac{5}{2}\)p |
|
179. |
If A = 5x2 + 3xy + 2y2 , B = – 2y2 – 3xy + 4x2 then A + B = ……………….. A) 9x2 + 6xy B) 4y2C) x2 + 4y2 + 6xy D) 9x2 |
Answer» Correct option is D) 9x2 Correct option is (D) 9x2 A + B = \((5x^2+3xy+2y^2)\) \(+(-2y^2–3xy+4x^2)\) \(=(5+4)x^2+3xy-3xy+2y^2-2y^2\) \(=9x^2.\) |
|
180. |
The degree of 3x2 – 5 + 7x3 – 6x5A) 5 B) 3 C) 2 D) -6 |
Answer» Correct option is A) 5 Correct option is (A) 5 Degree = Largest exponent in the polynomial Here, largest exponent is \(x^5.\) So, degree = 5. |
|
181. |
Which of the following is a monomial?A) 2x + 3 B) \(\frac{-3}{4}\) xy C) cx2 + dx + e D)\(\frac{5}{7}\) x –\(\frac{2}{3}\) y |
Answer» Correct option is B) \(\frac{-3}{4}\) xy |
|
182. |
The degree of 4xy2 z3 A) 4B) 2 C) 6 D) 3 |
Answer» Correct option is C) 6 Correct option is (C) 6 Degree of \(4xy^2z^3\) = 1+2+3 = 6. |
|
183. |
Divide: -72x2y2z by -12xyz |
Answer» Given -72x2y2z by -12xyz ⇒-72x2y2z / (-12xyz) On dividing monomial by a monomial we have divide same variables of each Expressions On simplifying we get ⇒6xy |
|
184. |
Divide: (i) 24x2y3 by 3xy (ii) 36xyz2 by – 9xz (iii) – 72x2y2z by– 12xyz (iv) – 56mnp2 by 7mnp |
Answer» (i) By dividing 24x2y3 by 3xy We get; \(=\frac{24\text{x}^2y^3}{3\text{x}y}\) = 8xy2 (ii) By dividing 36xyz2 by by – 9xz We get; \(=\frac{36\text{x}yz^2}{-9\text{x}z}\) = - 4yz (iii) By dividing – 72x2y2z by – 12xyz We get; = \(\frac{-72\text{x}^2y^2z}{-12\text{}\text{x}yz}\) = 6xy (iv) By dividing – 56mnp2 by 7mnp We get; = \(\frac{-56mnp^2}{7mnp}\) = - 8p |
|
185. |
Divide: 8x2y2-6xy2+10 x2y3 by 2xy |
Answer» Given 8x2y2-6xy2+10 x2y3 by 2xy ⇒8x2y2-6xy2+10 x2y3/ (2xy) On dividing polynomial by a monomial we have divide every variables of polynomial By monomial On simplifying we get ⇒4xy-3y+5xy2 |
|
186. |
Solve the following equations.i. x + 7 = 4 ii. 4p = 12 iii. m – 5 = 4iv. t/3 = 6 |
Answer» i. x + 7 = 4 ∴ x + 7 – 7 = 4 – 7 ….(Subtracting 7 from both sides) ∴ x + 0 = -3 ∴ x = -3 ii. 4p = 12 ∴ 4p/4 = 12/4 ….(Dividing both sides by 4) ∴ p = 3 iii. m – 5 = 4 ∴ m – 5 + 5 = 4 + 5 …. (Adding 5 to both sides) ∴ m + 0 = 9 ∴ m = 9 iv. t/3 = 6 ∴ t/3 × 3 = 6 × 3 …. (Multiplying both sides by 3) ∴ t = 18 |
|
187. |
The sum of x4 – xy + 2y2 and –x4 + xy + 2y2 is(a) Monomial and polynomial in y(b) Binomial and Polynomial(c) Trinomial and polynomial(d) Monomial and polynomial in x |
Answer» (a) Monomial and polynomial in y Consider the given equation, x4 – xy + 2y2 and –x4 + xy + 2y2 Sum of two expressions = (x4 – xy + 2y2) + (–x4 + xy + 2y2) = x4 – xy + 2y2 – x4 + xy + 2y2 = (x4 – x4)+ (-xy + xy) + (2y2 + 2y2) = 0 + 0 + 4y2 = 4y2 |
|
188. |
The subtraction of 5 times of y from x is(a) 5x – y (b) y – 5x (c) x – 5y (d) 5y – x |
Answer» (c) 5 times of y = 5y Now, subtraction of 5 times of y from x is written as x - 5y. |
|
189. |
An irreducible factor of 24x2y2 is(a) x2 (b) y2 (c) x (d) 24x |
Answer» (c) x An irreducible factor is a factor which cannot be expressed further as a product of factors. Such a factorisation is called an irreducible factorisation. 24x2y2 = 2 × 2 × 2 × 3 × x × x × y × y Therefore an irreducible factor is x. |
|
190. |
State whether the statement given are True or False.Sum of x2 + x and y + y2 is 2x2 + 2y2. |
Answer» False. Sum of x2 + x and y + y2 = (x2 + x) + (y + y2) = x2 + y2 + x + y |
|
191. |
The sum of all exponents of variables in a monomial is called ……………… of the monomial.A) Expression B) Degree C) Like D) None |
Answer» Correct option is B) Degree |
|
192. |
Which of the following is a trinomial? A) 101 B) ax + b C) ax2 + bx + c D) lmn |
Answer» Correct option is C) ax2 + bx + c |
|
193. |
Degree of the trinomial 3xy + 4y – 8 is …………….. A) 2 B) 4 C) 3 D) – 8 |
Answer» Correct option is A) 2 |
|
194. |
Multiply: i. 16xy × 18xy ii. 23xy2 × 4yz2 iii. (12a + 17b) × 4c iv. (4x + 5y) × (9x + 7y) |
Answer» i. 16xy × 18xy = 16 × 18 × xy × xy = 288x2y2 ii. 23xy2 × 4yz2 = 23 × 4 × xy2 × yz2 = 92xy3z2 iii. (12a + 17b) × 4c = 12a × 4c + 17b × 4c = 48ac + 68bc iv. (4x + 5y) × (9x + 7y) = 4x × (9x + 7y) + 5y × (9x + 7y) = (4x × 9x) + (4x × 7y) + (5y × 9x) + (5y × 7y) = 36x2 + 28xy + 45xy + 35y2 = 36x2 + 73xy + 35y2 |
|
195. |
Identify the like terms in the following algebraic expressions:(i) a2 + b2 -2a2 + c2 + 4a(ii) 3x + 4xy − 2yz + 52zy(iii) abc + ab2c + 2acb2 + 3c2ab + b2ac − 2a2bc + 3cab2 |
Answer» (i) Given a2 + b2 -2a2 + c2 + 4a The like terms in the given algebraic expressions are a2 and −2a2. (ii) Given 3x + 4xy − 2yz + 52zy The like terms in the given algebraic expressions are -2yz and 5/2zy. (iii) Given abc + ab2c + 2acb2 + 3c2ab + b2ac − 2a2bc + 3cab2 The like terms in the given algebraic expressions are ab2c, 2acb2, b2ac and 3cab2. |
|
196. |
Which of the following situation refers a constant?A) The height of a children from the age 5 to 15 yearsB) Runs done by a cricket player in different matchesC) The length of your classroom is fixedD) Current bill of your house in various months in a year |
Answer» C) The length of your classroom is fixed |
|
197. |
A taxi Service charges Rs. 8 per km levies a fixed charge of Rs. 50. Write an algebraic expression for the above situation, if the taxi is hired for x km. |
Answer» As per the given information, taxi service charges Rs. 8 per km and fixed charge of ? 50. Then, algebraic expression for the situation = 8 x x + 50 = 8x + 50 Hence, the required expression is 8x + 50. |
|
198. |
Shiv works in a mall and gets paid Rs. 50 per hour. Last week he worked for 7 h and this week he will work for x hours. Write an algebraic expression for the money paid to him for both the weeks. |
Answer» Given, money paid to shiv = Rs. 50 per h. ∴ Money paid last week =Rs. 50 x 7 = Rs. 350 So, money paid this week = Rs. 50 x x = Rs. 50x Total money paid to shiv =Rs. (350 + 50x) =Rs. 50(x + 7) |
|
199. |
Which of the following situation is a variable?A) The cost of Tomatoes in a marketB) The temperature of a day in every hourC) Rainfall in a year month wiseD) All the above |
Answer» Correct option is D) All the above |
|
200. |
Identify terms which contain x and give the coefficient of x.(i) y2x + y(ii) 13y2 – 8yx(iii) x + y + 2(iv) 5 + z + zx(v) 1 + x + xy(vi) 12xy2 + 25 — 12xy2(vii) 7x + xy2 |
Answer» (i) y2x + y Terms which contains x - y2 co-efficient of x - y2 (ii) 13y2 - 8yx Terms which contains x- (x - 8yx) co-efficient of x - (-8y) (iii) x + y + 2 Terms which contains x - x co-efficient of x -1 (iv) 5 + z + zx Terms which contains x - x co-efficient of x - z (v) 1 + x + xy Terms which contains x - x and xy co-efficient of x - 1 y (vi) 12xy2 + 25 - 12xy2 Terms which contains x co-efficient of x - 12y2 (vii) 7x + xy2 7x Terms which contains x co-efficient of x - 7 Terms which contains x - xy2 y2 co-efficient of |
|