|
2 Dec 2005 Always Mistaken without a Calculator?75606 Tanpa Kalkulator Salah Melulu? I still remember the time when I was in high school, when I was not allowed to use calculator in tests (mathematics, physics, accountancy, etc.). A thing that was very annoying is that when I knew how to do some questions and I had done them well, but the marks were not perfect just because I made mistakes in calculating. Moreover, for the multiple choice questions, the marks will be zero if wrongly answered. Troublesome. Aku masih ingat masa SMP-SMU, ketika tak diperbolehkan pakai kalkulator saat ulangan (matematika, fisika, akuntansi, dsb). Hal yang sangat mengesalkan yaitu waktu soal-soal tau cara mengerjakannya dan sukses dikerjakan, tapi nilainya tak sempurna hanya karena salah hitung. Malah untuk soal pilihan ganda, nilai akan nol kalau salah jawab. Repot. Fortunately when I was in primary school I read a book whose title I don't remember, about how to check calculation correctness. It is applicable for addition, subtraction, multiplication and division without remainder. The method is also very simple, and the time needed to check is less than 1/4 of time to calculate. Untungnya waktu SD aku baca suatu buku yang entah apa judulnya lupa, mengenai cara mengecek kebenaran hitungan. Berlaku untuk tambah, kurang, kali, dan bagi tanpa sisa. Caranya pun mudah, dan waktu yang diperlukan untuk mengecek kurang dari 1/4 waktu menghitung. Checksum First we need to learn checksum (a sum for checking) of a number. How to do it: take the sum of every digit of the number, and if the result is more than one digit, take the sum of each digit again, and so on until you get a single digit. For example: Checksum Pertama kita perlu belajar checksum (jumlah untuk mengecek) suatu bilangan. Caranya, jumlahkan setiap angka dari bilangan itu, dan jika hasilnya lebih dari satu angka, jumlahkan lagi tiap angkanya, dan seterusnya sampai didapat satu angka. Contoh:
For exercise (just to make sure that you understand before we continue), what is the checksum of the following numbers? Click Check to verify your answers.
Untuk latihan (untuk memastikan Anda mengerti sebelum kita lanjutkan), berapa checksum bilangan berikut? Klik Cek untuk periksa jawaban.
How to Check As an example we start from addition. This is the rule. If the checksum of sum of the checksum of the first number and the checksum of the second number is different from the checksum of the sum of the first number and the second number, the calculation is surely wrong. If it's the same, it's not surely correct but most probably correct. Are you confused? If yes, then you are normal. If no, then you are also normal. Do you need shorter notation? Checksum of a number x is called c(x), so: if c(c(a) + c(b)) ≠ c(a+b), the calculation is wrong, otherwise, the calculation is likely to be correct. Cara Periksa Sebagai contoh kita mulai dari penambahan. Begini peraturannya. Jika checksum jumlah checksum bilangan pertama dan checksum bilangan kedua beda dengan checksum jumlah bilangan pertama dan bilangan kedua, pasti hitungannya salah. Jika sama, belum tentu betul tapi kemungkinan besar betul. Bingungkah? Jika iya, Anda normal. Jika tidak, Anda juga normal. Perlu notasi lebih singkat? Checksum suatu bilangan x kita sebut c(x), maka: jika c(c(a) + c(b)) ≠ c(a+b), hitungan salah, jika sebaliknya, hitungan hampir pasti betul. Real Examples
Contoh Nyata
Other Operations How about the other operations? For subtraction, just reverse the addition above. So for a - b = h, verify that c(c(h) + c(b)) = c(a). For multiplication, the method is the same as the addition, that is for a × b = h, verify that c(c(a) × c(b)) = c(h). And for division? Reverse multiplication. Operasi Lain Gimana dengan operasi lain? Untuk pengurangan, balik saja penambahan di atas. Jadi untuk a - b = h, pastikan bahwa c(c(h) + c(b)) = c(a). Untuk perkalian, sama dengan penambahan caranya, yaitu untuk a × b = h, pastikan bahwa c(c(a) × c(b)) = c(h). Dan untuk pembagian? Balik perkalian. Calculating the Checksum Itself Takes Too Much Time! Yes, it is. But of course there are methods to make it faster. That is, discard two or more digits that sum to 9, after that calculate the checksum. Example:
More than two digits also can be discarded, as long as the sum is 9 or multiples of 9 (18, 27, etc). Furthermore, 0 and 9 itself can be discarded. Example:
Hitung Checksumnya Aja Buang Banyak Waktu! Memang. Tapi tentu ada cara mempercepatnya. Yaitu, buanglah dua atau lebih angka yang jumlahnya 9, baru hitung checksumnya. Contoh:
Lebih dari 2 angka pun bisa, asal jumlahnya 9, atau kelipatan 9 (18, 27, dsb). Sedangkan 0 dan 9 sendiri tentu saja dibuang. Contoh:
Interactive Test Use the form below to try the method mentioned above. Fill in the numbers that you want to calculate in the 3 pink boxes below, and you will be told whether your answer is correct or not depending on the checksum. Tes Interaktif Pakailah isian di bawah ini untuk coba mempraktekkan cara di atas. Isi angka yang ingin Anda hitung di 3 kotak merah muda, dan Anda akan diberitahu apakah jawaban Anda benar atau salah berdasarkan checksum.
Written by: yuku Related articles: |