Skip to main content

Real Numbers Class 10th CBSE-Case Study-1

To enhance the reading skills of grade X students, the school nominates you and two of your friends to set up a class library. There are two sections- section A and section B of grade X. There are 32 students in section A and 36 students in section B.




1. What is the minimum number of books you will acquire for the class library, so that they can be distributed equally among students of Section A or Section B?







... Answer is C)
288

2. If the product of two postive integers is equal to the product of their HCF and LCM is true then, the HCF (32, 36) is




... Answer is b)
4


3. 36 can be expressed as a product of its primes as




... Answer is A)
2^2 x 3^2.

4. 7x 11x 13 x 15 +15 is a




... Answer is B)
Composite number


5. If p and q are positive integers such that `p= ab^2` and `a^2b`, where a, b are prime numbers, then the LCM (p, q) is




... Answer is B)
a^2b^2.


For a detailed solution, you can watch the video






Comments

Popular posts from this blog

Newton‑Raphson Method | Root‑finding Tutorial with Examples (GATE / Engineering Math)

What is the Newton‑Raphson Method? Derivation of the Algorithm Step-by-Step Example Convergence and Limitations Application in GATE / Engineering Maths Download PDF Notes Newton-Raphson Method:     In this article, we discuss the formula of the Newton-Raphson method, its limitations, and its advantages. Also, we provide a few solved examples and a few unsolved questions for practice.       We discuss Newton iterative formula and then solve a few questions using these iterative formulae. For practice unsolved questions are also provided. This method is generally used to improve the results obtained by one of the previous methods. This method can be derived from Taylor's series.  The formula used as follows: $x_{n+1}= x_n - \frac{f(x_n)}{f'(x_n)}$  NOTE: (1)] This method is useful in cases of large values of $f'(x)$ that is , when the graph of $f(x)$ while crossing the x-axis is nearly vertical. (2)] If $f'(x)$ is zero or nearly zero, the me...

Interpolation With Unevenly Spaced Points

 Interpolation with unevenly spaced points will be discussed in this article. We have two methods to solve the interpolation with unevenly spaced points.  1. Lagrange's method 2. Newton's divided difference formula. We will discuss a few examples depending on these methods. Lastly, we will provide a few examples for practice.