Skip to main content

Must Do:Last Digit Concepts with Example




Concept: The last digit of any power
Last digit of any power follow a cycle pattern and repeat after a certain power at a time.



From the above explanation it is clear that after the power of four number of digit will be same.
So find out the last digit we divide the power of any number by 4.

Digit (d)
d^2
d^3
d^4
d^5
1
1
1
1
1
2
4
8
6
2
3
9
7
1
3
4
6
4
6
4
5
5
5
5
5
6
6
6
6
6
7
9
3
1
7
8
4
2
6
8
9
1
9
1
9
0
0
0
0
0


        v The last digit of power of 1 is always 1
v  The last digit of power of 2 repeat in a cycle of 4, 8, 6, 2
v  The digits of powers of 3 repeat in a cycle of 9, 7, 1, 3
v  The last digit of power of 4 repeat in a cycle of 6, 4
v  The last digit of power of 5 & 6 is always same.
v  The last digit of power of 7 repeat in a cycle of 9, 3, 1, 7.
v  The last digit of power of 8 repeat in a cycle of 4, 2,6,8.
v  The digits of powers of 9 repeat in a cycle of 1,9.



Comments

Popular posts from this blog

Must Do: Speed, Distance and Time tricks with Example

Time and Distance The term times and distance area related to the speed of moving objects  Speed — We define the speed of an object as the distance covered by it in a unit time interval.  Speed =(Distance travelled)/(time taken) ⇒  Distance travelled = Speed × time  ⇒ Time =  Distance/Speed  Unit of measurement  If distance is measured in kilometer, we measure time in hours and speed is written as km/hr.  If distance is measured in meter, then time is taken in second and speed written as m/s  Conversion of unit 1 km/hr = (1000 mtr)/(60×60 seconds)=5/18 m/s 1 m/s =18/5 km/hr Ex. –   A train having length 500 m passes a pole in 30 second. Find the speed of a train (in km/hr)  ⇒Speed=Distance/time=500/30 m/s =500/30×18/5 km/hr  = 60 km/hr  Some useful short cut methods

oneplus

https://www.amazon.com/gp/product/B07XM8GDWC/ref=as_li_tl?ie=UTF8&tag=mathseasytric-20&camp=1789&creative=9325&linkCode=as2&creativeASIN=B07XM8GDWC&linkId=60c0dad110cb8bd3e97834a135f02632 https://amzn.to/38t5n4h

Tricks to Solve Quadratic Equation With Examples

Quadratic equations – These are the equations which look like ax 2  + bx + c = 0 These equations are asked in the competitive examinations in a set of 5 questions. Enough with the theory, the question in exams look like - In each of the following questions, two equations are given. Solve these equations and give answer: A)  If x >= y, i.e. x is greater than or equal to y B)  If x > y, i.e. x is greater than y C)  If x <= y, i.e. x is less than or equal to y D)  If x < y, i.e. x less than y E)  If x = y, or no relation can be established between x and y Question 1: . Here we will discuss a method to solve these equations with minimal writing and as reduced time as possible. Keep in mind; we are doing exactly what we used to do before, just in a less time and less writing. +b +c * +a    Note that I have written coefficients along with their signs +5 +6 * +1    Now, the next task for us is to find the factors in a way which when multiplied give c*a  +5 +6    (whic