Question

Show that if a number ends with the digit 1, then all power of this number...

Show that if a number ends with the digit 1, then all power of this number end with 1. Please prove the correctness of your analysis.

Homework Answers

Answer #1

To compute the power of any number, It must be multiplied by itself multiple times..
So, If a number which has a LSB digit as 1, is multiplied by itself, then the result always has the Least significant byte as 1.. Like:

11 * 11 = 121
21 * 21 = 441, And so on..

Hence if N ends on 1,
Then, N * N will end on 1..
Similarly, N * N * N = (10x + 1) * N where x can be some integer.. We represented N*N = 10x + 1, Because it resulted in a number with last digit as 1.

Hence (10x + 1) * N will also result in LSB as 1, Because we already proved that any 2 numbers having LSB as 1, result into LSB as 1 in the product.

Similarly, Any number with LSB as 1, multiplied multiple times will result in LSB 1.



Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
WRITE A JAVA PROGRAM: The last digit of a credit card number is the check digit,...
WRITE A JAVA PROGRAM: The last digit of a credit card number is the check digit, which protects against transaction errors. The following method is used to veryfy credit card numbers. For the simplicity we can assume that the credit card has 8 digits instead of 16. Following steps explains the algorithm in determining if a credit card number is a valid card.  Starting from the right most digit, form the sum of every other digit. For example, if...
Write an Assembly program that will produce all divisors for a 1-digit decimal number. For example,...
Write an Assembly program that will produce all divisors for a 1-digit decimal number. For example, if the number is 6, then the outputs will be 1,2,3,6 which are the divisors of 6. ASSEMBLY program
If one​ three-digit number​ (0 cannot be a left​ digit) is chosen at random from all...
If one​ three-digit number​ (0 cannot be a left​ digit) is chosen at random from all those that can be made from the following set of​ digits, find the probability that the one chosen is not a multiple of 2. {0, 1, 2, 3, 4, 5, 6, 7}
Please show how to compute the power spectrum of an MA(1) model. This is about time...
Please show how to compute the power spectrum of an MA(1) model. This is about time series analysis.
Convert a 10 digit binary number that has 3 decimal digits (of your own choosing) to...
Convert a 10 digit binary number that has 3 decimal digits (of your own choosing) to decimal (show all steps) . Find the twos complement of the following number: (show all steps) 88 decimals (first convert to binary)
Assuming a random variable X with the following distribution X= last digit of your student number...
Assuming a random variable X with the following distribution X= last digit of your student number and second last digit number of your student number If the last two digits of your student number are the same, use 1 and 0 for the question. The Probability X is the last digit of your student number is 0.6 The Probability X is the last digit of your student number is 0.4 What is the population mean and variance of X? Show...
1. There is a 5-digit binary number. Random variable X is defined as the number of...
1. There is a 5-digit binary number. Random variable X is defined as the number of 0's in the binary number. (a) Draw the probability mass function (PMF) for X. (b) Draw the cumulative distribution function (CDF) for X. (c) Using the PMF, find the probability that the 5-digit binary number has at most three 0’s. (d) Using the CDF, find the probability that the 5-digit binary number has at most three 0’s. 2. Now, referring to the PMF that...
1. Let D={0,1,2,3,4,5,6,7,8,9} be the set of digits. Let P(D) be the power set of D,...
1. Let D={0,1,2,3,4,5,6,7,8,9} be the set of digits. Let P(D) be the power set of D, i.e. the set of all subsets of D.    a) How many elements are there in P(D)? Prove it!    b) Which number is greater: the number of different subsets of D which contain the digit 7 or the number of different subsets of D which do not contain the digit 7? Explain why!    c) Which number is greater: the number of different...
2. Show that the number of edges in an n-cube (Qn) is n2n-1. Show all steps...
2. Show that the number of edges in an n-cube (Qn) is n2n-1. Show all steps in your proof. Use handshaking theorem
2. Katie bets $1 on a 2-digit number. She wins $75 is she draws her number...
2. Katie bets $1 on a 2-digit number. She wins $75 is she draws her number from the set of all 2-digit numbers, {00,01,02,...,99}; otherwise, she loses her $1. (a) [5 pts] What is the probability that Katie wins? If she wins, what is the payoff ? (b) [5 pts] What is the probability that Katie loses? If she loses, what amount is the loss? (c) [6 pts] How do you use the information in parts a and b to...