Skip to main content

Real Numbers Class 10th CBSE-Case Study -3

A Mathematics Exhibition is being conducted in your School and one of your friends is making a model of a factor tree. He has some difficulty and asks for your help in completing a quiz tor the audience. Observe the following factor tree and answer the following:
0%
Question 1: What will be the value of x?
A) 15005
B) 13915
C) 56920
D) 17429
Explanation: 13915.
Question 2: What will be the value of y?
A) 23
B) 22
C) 11
D) 19
Explanation: 11.
Question 3: What will be the value of z?
A) 22
B) 23
C) 17
D) 19
Explanation: 23.
Question 4: According to Fundamental Theorem ot Arithmetic 13915 is a
A) Composite number
B) Prime number
C) Neither prime nor composite
D) Even number
Explanation: Composite number
Question 5: The prime factorization of 13915 is
A) `5 \times 11^3 \times 13^2 `
B) `5\times 11^2 \times 23^2`
C) `5\times 11^2 \times 23`
D) `5\times 11^2 \times 13^2 `
Explanation: `5\times 11^2 \times 23`

Report Card

Total Questions Attempted: 0

Correct Answers: 0

Wrong Answers: 0

--

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.