js

Sunday, May 1, 2022

Class 3 Mathematics Test 1

1. Write the numbers corresponding to the expanded forms given

a) 8000 + 900 + 40 + 2

b) 3000 + 70 + 5


2. Write in words:

a) 3460 : ___________________________________________

b) 7301 : ___________________________________________

c) 7536 : ___________________________________________


3. Write the place value of the underlined digits:

a) 1846

b) 6801

c) 9817


4.Arrange the following numbers in ascending order:

a) 7582, 7524, 7531, 7436


5. Fill in the blanks:

a) The greatest 4 digit number is ____________.

b) The smallest 3 digit number is ____________.

c) The smallest 2 digit number is ____________.


6. Complete the pattern:

a) 1227, 2227, 3227, ________, _________, __________ .

b) 6585, 6590, 6595, ________, _________, __________ .


7. Round off to the nearest 10:

a) 89 = ___________

b) 63 = ___________

c) 75 = ___________


8. Underline the even numbers:

17, 118, 216, 913, 850, 691, 804


9. Write the successor and the predecessor of each:

a) _______, 458, _______

b) _______, 6578, _______

c) _______, 999, _______

No comments:

Post a Comment

Explain RANK() in PostgreSQL

✅ RANK() in PostgreSQL The RANK() function in PostgreSQL assigns a rank to each row within a partition of a result set. It’s part of wind...