Skip to main content

किस दिन को क्या वार था, जानिये मेरे साथ।

Friends
,किस दिन को क्या वार था या क्या होगा,ये बताना अब बहुत ही आसान है,बस जरूरत है आपको कुछ कोड याद रखने के।
दोस्तो सबसे पहले मे आपको " वार(Day) कोड" के बारे मे बताना चाहूँगा ।
 
Day:   Sun   Mon   Tue   Wed   Thu   Fri    Sat
Code:    0         1       2         3        4       5       6

Friends, अब मे आपको बताना चाहता हूँ "महिना(Month) कोड" के बारे मे-( friends  ये आप ट्रिक मे याद रखे तो अच्छा है)

Months:  J F M   A M J    J A S    O N D
                 |  |   |    |   |   |     |  |   |     |   |   |
  Code:     0 3 3    6 1 4    6 2 5     0  3  5

  दोस्तो अब मे आपको बताना चाहता हूँ "शताब्दी(century) के कोड" के बारे मे-

शताब्दी(century):

                                   इसी क्रम मे पीछे.... 1500
                              1600  1700  1800  1900
                              2000  2100  2200  2300
                              2400...  इसी क्रम मे आगे बढ़ना
                                  |        |        |        |
             कोड:           6        4        2         0

      बस दोस्तों अब हो गया।अब हम उदाहरण लेकर कोई भी तारीख पर वार को आसानी से ज्ञात करेंगे ।इससे पहले,

Friends अब मे आपको एक जरुरी जानकारी दे रहा हूँ 
"लीप वर्ष" के बारे मे-
वह साल जिसमे 4 का पुरा पुरा भाग जाता है उसे लीप वर्ष कहते हैं।
इसके अलावा वह साल जिसके पीछे 00 आते हो तो उसमे 4 की जगह 400 का भाग देकर देखा जता है यदि पुरा पुरा भाग चला जाता है तो उसे भी "लीप वर्ष" कहते हैं।अब -

उदाहरण:  15 अगस्त 1947
                |     |     |    |   
     ट्रिक    15 + 2 +  0+47+ 11       (अंतिम मे आपको 47÷4           
                ___________________ करके देखना है और                                  7                  केवल भागफ11 को ही                                                          लिखना हैं)             
                  =75/7                 
                     
               (यहा अगस्त कोड=2, शताब्दी1900 का कोड=0)
         
            = भागफल 10, शेषफल 5
  दोस्तो  अपने को केवल शेषफल से मतलब है बस।
  शेषफल ही हमारा वार (day) कोड होता है।
   5 कोड होता है शुक्रवार का।
अत: हमारा देश शुक्रवार को आजाद हुआ था।


विशेष स्थिति: यदि आपको जनवरी-फरवरी महिने के साथ लीप वर्ष देकर तारीख़ निकालने का पुछ ले तो अन्त मे बस आपको इतना ही करना है कि जो शेषफल आया है उसका एक कम करना है।इसे हम उदाहरण से समझ सकते हैं-

उदाहरण:  26 जनवरी 2012
                |    |       |   |
              26+  0  +  6+ 12+ 3(अन्तिम पद 12/4=3)
             ___________________
                          7
          =47/7
       
            (यहा जनवरी कोड=0, शताब्दी2000 का कोड=6)
       
          =भागफल 6, शेषफल 5
 परंतु इस स्थिति मे एक घटाना भी है अत: कोड होगा
                          5 -1=4 (गुरुवार)
दोस्तो,
आशा करता हूँ की ये ट्रिक आपको पसंद आयी होगी।
पढने के लिए धन्यवाद ।
                                             
                                                Mangi lal
                                        (M.sc mathematics)
                                            (IMS jodhpur)
                                              8386858210

Comments

Post a Comment

Popular posts from this blog

What is cartesian coordinate (निर्देशांक ज्यामिति)?

Cartesian coordinates   (rectangular coordinates) In our blog for the students of 9th,10th,11th, 12th ,  NEET  and  IIT  , this is a post dealing with one of the most complicated and a deemed-to-be very tough topic. We have made it very simple and can be useful for both  RBSE  and CBSE students. Cartesian coordinates , also called rectangular coordinates, provide a method of expressing graphs and indicating the positions of points on a two-dimensional (2D) surface or in three-dimensional (3D)  space. The Cartesian plane consists of two  perpendicular   axes that cross at a central point called the origin .  The origin is usually, but not always, assigned the value (0,0).  Positions or coordinates are determined according to the  east/west  and  north/south  displacements from the origin. The east/west axis is often called the  x  axis , and the north/south axis is called the...

What is the polar coordinate (ध्रुर्वीय निर्देशांक)?

The  Polar Coordinate System In our blog for the students of 9th,10th,11th, 12th ,  NEET  and  IIT  , this is a post dealing with one of the most complicated and a deemed-to-be very tough topic. We have made it very simple and can be useful for both  RBSE  and CBSE students. Introduction to the Polar Coordinate System When we think about plotting points in the plane, we usually think of rectangular coordinates (x,y) in the Cartesian coordinate plane. However, there are other ways of writing a coordinate pair and other types of grid systems known as  Polar coordinate . The polar coordinate system is an alternate coordinate system where the two variables are r and θ, instead of x and y.               In mathematics, the polar coordinate system is a two-dimensional coordinate system in which each point on a plane is determined by a distance from a reference point and an angle fro...