Basic Mathematics🀘
4.48K subscribers
4 photos
3 links
Let's play with numerals & unlock the logic behind every solution...!
Download Telegram
e.g (46)^2 = (25-4)=21 and (4^2)=16 i.e 2116
❀2
Same for 57^2 = (25+7) and (7^2)
i.e 3249
❀1
Base 100 : i.e for numbers between 76-125.
1. Get the difference between 100 and given number and square diff(Write it on right side such that it will consume last two digits and carry 100th digit if 3digits are there.
2. Subtract the difference( if number < 100) or Add the difference (if number > 100) in given number And Write result in front of result of case 1.

Example 1: 104 Γ— 104
diff- 4... Square - 16
104+4=108
Answer: 10816

Example 2: 97 Γ— 97
Case1- Diff- 3 square 09
Case2- 97-3 = 94
Concate case1 and case2
Answer: 9409
❀7πŸ‘2πŸ‘2
❀2
Basic Mathematics🀘 pinned «Would you like to watch short, simple videos?»
Base 150 : i.e for numbers between 126-175.
1. Get the difference between 150 and given number and square diff(Write it on right side such that it will consume last two digits and carry 100th digit.
2. Subtract the difference( if number < 150) or Add the difference (if number > 150) in given number and multiple the number by 1.5. And Write result in front of result of case 1.

e.g: 1. 160Γ—160
Case1- diff- 10-square- 100
Add diff- 160+10=170
Multiply by 1.5- 170Γ—1.5=255
Concate 255 and 100 carry 100th position
Ans: 25600
❀4πŸ‘1πŸ‘1
E.g 136Γ—136
Diff- 14- square - 196
Substarct 14 from 136= 122
122Γ—1.5 = 183
Concate 183 and 196 such that 1 will carry
Ans: 18496
❀2πŸ‘1
Find the square of 156?
Anonymous Quiz
25%
24436
64%
24336
11%
22336
Understand the difference when you find it with calculations and by TRICK given above.
❀1
Base 200 : i.e for numbers between 175-225.
1. Get the difference between 200 and given number and square diff(Write it on right side such that it will consume last two digits and carry 100th digit.
2. Subtract the difference( if number < 200) or Add the difference (if number > 200) in given number and multiple the number by 12. And Write result in front of result of case 1.

e.g: 1. 212
Case1- diff- 12-square- 144
Add diff- 212+12=224
Multiply by 2: 224Γ—2=448
Concate 448 and 144 carry 100th position
Ans: 44944
❀4
E.g 176Γ—176
Diff- 24- square - 576
Substarct 24 from 176 = 152
152Γ—2 = 304
Concate 304 and 576 such that 5 will carry
Ans: 30976
πŸ‘4❀1
I think you can now easily find the squares of any number by understanding the above shortcuts. From tomorrow onwards, we will start learning how to identify whether a number is a perfect square or not, along with the rules for it.
Excited?
❀2πŸ‘2
More examples of Palindrome are:

β€’ 1^2 = 1
β€’ 11^2 = 121
β€’ 111^2 = 12321
β€’ 1111^2 = 1234321
β€’ 11111^2 = 123454321
β€’
β€’
And so on upto 9 times 1.
❀5πŸ”₯1
How to identify given number is perfect square or not?

β€’ Last digit of a perfect square is NEVER 2,3,7 or 8 And it's always 0,1,4,5,6 and 9.
e.g: 100, 81, 64, 25, 36, 529...

β€’ If last digit of square is 5, then the 2nd last digit is always 2.
e.g: 25, 625, 1225...

β€’ If last digit of square is 6, then the 2nd last digit is always ODD.
e.g: 36, 256...

β€’ If last digit of a square is 1,4 and 9 then 2nd last digit is always EVEN.
e.g: 81, 121, 144, 484, 49, 1089...

β€’ The number of zero's at the end of a square is always EVEN & the non zero part should be a perfect Square.
e.g: 900, 25600, 10000...
❀5πŸ‘1πŸ₯°1
Which of the following is Perfect Square?
Anonymous Quiz
32%
4488
21%
4452
41%
5776
5%
5688
❀2
β€’ 7744 is the Only Perfect square number of the form/type XXYY.
i.e 88^2 = 7744.
πŸ‘2
Cube And Cube Roots:
You should know the Cubes of numbers from 1-10.
1^3- 1
2^3- 8
3^3- 27
4^3- 64
5^3- 125
6^3- 216
7^3- 343
8^3- 512
9^3- 729
10^3- 1000

You can easily find cube of any number by using formulas given:

(a + b)^3 = a^3 + 3a^2b + 3ab^2+ b^3
(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3
❀7
Example:

23^3 = (20 + 3)Β³

Step 1 β€” Apply Formula

(20 + 3)^3 = 20^3 + 3(20^2Γ—3) + 3(20Γ—3^2) + 3^3

Step 2 β€” Solve
= 8000 + 3(400Γ—3) + 3(20Γ—9) + 27
= 8000 + 3600 + 540 + 27 
= 12,167
❀2
7Β³ = (10 βˆ’ 3)Β³

Step 1 β€” Apply Formula

(10 - 3)^3 = 10^3 - 3(10^2Γ—3) + 3(10Γ—3^2) - 3^3

Step 2 β€” Solve

= 1000 - 3(100Γ—3) + 3(10Γ—9) - 27
= 1000 - 900 + 270 - 27 
= 343
❀3😁1