InterviewSolution
Saved Bookmarks
| 1. |
In some cases, there can be less than two non-square numbers between two square numbers.(a) True(b) FalseI got this question in a job interview.Query is from Patterns in Squares of Numbers topic in portion Squares and Square Roots of Mathematics – Class 8 |
|
Answer» CORRECT option is (a) True For explanation: There are two CASES where there are LESS than two non-square numbers between two square numbers, the cases are as follows. Case 1:- 0^2 & 1^2 Here there is not a single NUMBER between squares. Case 2:- 1^2 & 2^2 Here there are two numbers between the squares. Hence the given statement is true and cannot be false. |
|