📚StudySolv

Class 9 · Mathematics · GANITA MANJARI

Chapter 2 Important Questions: Introduction to Linear Polynomials

📄View PDFDownload
PDF · No login required
SolutionsNotesImportant Questions

1 Mark4 questions

Q1.mcq

What is the degree of the polynomial 5y³ + y² + 2y - 1?

The degree of the polynomial 5y³ + y² + 2y - 1 is 3, as the highest power of the variable y is 3. Such polynomials are called cubic polynomials.

Q2.mcq

Which of the following is a linear polynomial?

(A) x² + 5x + 1

(B) 3z + 7

(C) 5y³ + y² + 2y - 1

(D) 8

(B) 3z + 7 is a linear polynomial because it has degree 1 (the highest power of the variable z is 1).

Q3.short

What is the y-intercept of the line y = 2x - 5?

The y-intercept is -5. In the equation y = ax + b, the constant term b represents the y-intercept, which is the point where the line cuts the y-axis at (0, b). Here, the line cuts the y-axis at (0, -5).

Q4.mcq

What is the slope of the line y = 3x - 2?

The slope is 3. In the equation y = ax + b, the coefficient a represents the slope of the line. Here, a = 3, so the slope is 3.

3 Marks6 questions

Q1.short

Find the value of the linear polynomial 5x - 3 when (i) x = 0, (ii) x = -1, and (iii) x = 2.

(i) When x = 0: 5(0) - 3 = 0 - 3 = -3

(ii) When x = -1: 5(-1) - 3 = -5 - 3 = -8

(iii) When x = 2: 5(2) - 3 = 10 - 3 = 7

Q2.short

A chess club charges a joining fee of ₹200 plus ₹50 for every match played. Write a linear polynomial for the total cost if m matches are played, and find the total cost for 8 matches.

The linear polynomial for total cost is: 200 + 50m

For 8 matches: Total cost = 200 + 50(8) = 200 + 400 = ₹600

This is a linear polynomial in variable m with degree 1.

Q3.short

Identify the terms, variables, coefficients, and constant term in the algebraic expression 4x + 5y + 3.

Terms: 4x, 5y, and 3

Variables: x and y

Coefficients: 4 (coefficient of x) and 5 (coefficient of y)

Constant term: 3

This expression involves two variables, so it is a two-variable polynomial.

Q4.short

The height of water in a cylindrical tank is given by h(t) = 3 - 0.5t, where h is in meters and t is in months. Does this represent linear growth or linear decay? Justify your answer.

This represents linear decay because as the value of t increases, the value of h decreases by a constant amount (0.5 m per month). The negative coefficient of t (-0.5) indicates that the height is decreasing. A linear function with a negative slope (negative coefficient of the variable) represents linear decay.

Q5.short

What are the coefficients of x² and x³ in the polynomial x⁴ - 3x³ + 6x² - 2x + 7?

Coefficient of x³ = -3 (the number multiplying x³)

Coefficient of x² = 6 (the number multiplying x²)

Note: The coefficient of x⁴ is 1 (implied) and the constant term is 7.

Q6.short

Two lines y = 2x + 3 and y = 2x - 5 are drawn. Are these lines parallel? Give a reason.

Yes, these lines are parallel. Both lines have the same slope (a = 2), but different y-intercepts (b = 3 and b = -5 respectively). According to the property of linear equations, lines with equal slopes but different y-intercepts are parallel to each other.

5 Marks5 questions

Q1.long

A telecom company charges a fixed monthly fee and an additional cost per GB of internet data used. When 10 GB was used, the bill was ₹350. When 20 GB was used, the bill was ₹550. Find the linear relationship y = ax + b, where y is the total cost in rupees and x is the number of GB used.

Given: When x = 10, y = 350 and when x = 20, y = 550

Substituting in y = ax + b:

350 = 10a + b ... (1)

550 = 20a + b ... (2)

Subtracting (1) from (2):

550 - 350 = 20a - 10a

200 = 10a

a = 20

Substituting a = 20 in equation (1):

350 = 10(20) + b

350 = 200 + b

b = 150

Therefore, the linear relationship is y = 20x + 150

The coefficient 20 represents the cost per GB, and 150 represents the fixed monthly fee.

Q2.long

A growing pattern of square tiles shows: Stage 1 has 1 tile, Stage 2 has 3 tiles, Stage 3 has 5 tiles, Stage 4 has 7 tiles. Find the linear expression for the number of tiles at Stage n, and determine how many tiles will be in Stage 15.

Observing the pattern: 1, 3, 5, 7, ...

The difference between consecutive terms is constant = 2

Number of tiles at Stage n = 2n - 1

Verification:

  • Stage 1: 2(1) - 1 = 1 ✓

  • Stage 2: 2(2) - 1 = 3 ✓

  • Stage 3: 2(3) - 1 = 5 ✓

For Stage 15:

Number of tiles = 2(15) - 1 = 30 - 1 = 29 tiles

This is a linear polynomial with degree 1 showing linear growth pattern.

Q3.long

Bela has ₹100 for pocket money and spends ₹5 every day. Write a linear expression for the amount left after n days, and find (i) the amount left after 12 days, and (ii) after how many days will she be left with ₹40?

Linear expression for amount left after n days = 100 - 5n

(i) Amount left after 12 days:

Amount = 100 - 5(12) = 100 - 60 = ₹40

(ii) To find days when amount is ₹40:

40 = 100 - 5n

5n = 100 - 40

5n = 60

n = 12 days

Therefore, Bela will have ₹40 left after 12 days.

Q4.long

The sum of two numbers is 64. One of the numbers is 10 more than the other. Form a linear equation and solve it to find the two numbers.

Let the smaller number be x.

Then the larger number = x + 10

Given: Sum of two numbers = 64

Linear equation: x + (x + 10) = 64

Simplifying:

2x + 10 = 64

2x = 64 - 10

2x = 54

x = 27

Therefore:

Smaller number = 27

Larger number = 27 + 10 = 37

Verification: 27 + 37 = 64 ✓

Q5.long

A learning platform charges a fixed monthly fee and an additional cost per module accessed. When 10 modules were accessed, the bill was ₹400. When 14 modules were accessed, the bill was ₹500. Find the values of a and b in the relation y = ax + b, where y is the bill and x is the number of modules.

Given: When x = 10, y = 400 and when x = 14, y = 500

Substituting in y = ax + b:

400 = 10a + b ... (1)

500 = 14a + b ... (2)

Subtracting (1) from (2):

500 - 400 = 14a - 10a

100 = 4a

a = 25

Substituting a = 25 in equation (1):

400 = 10(25) + b

400 = 250 + b

b = 150

Therefore: a = 25 and b = 150

The linear relationship is y = 25x + 150

This means the cost per module is ₹25 and the fixed monthly fee is ₹150.

Also available for GANITA MANJARI Chapter 2:

✅ Solutions·📝 Chapter Notes·📄 Download PDF
All chapters in GANITA MANJARI
Ch 1: Orienting Yourself: The Use of Coordinates
Ch 2: Introduction to Linear Polynomials← current
Ch 3: The World of Numbers
Ch 4: Exploring Algebraic Identities
Ch 5: I’m Up and Down, and Round and Round
Ch 6: Measuring Space: Perimeter and Area
Ch 7: The Mathematics of Maybe: Introduction to Probability
Ch 8: Predicting What Comes Next: Exploring Sequences and Progressions

Discussion

Ask a question or share your thoughts

Leave a comment about: GANITA MANJARI Chapter 2 Important Questions

Comments are reviewed before publishing

💬

No comments yet. Be the first!