Question
Determine the unit digit of (23334 x
17724).Solution
ATQ,
Cyclicity of β3β = β4β (i.e. 3, 9, 7, 1) So, it repeats after every fourth power of β3β. Since, 23334 = 233(32 + 2) So, unit digit of 23334 = 9 And, cyclicity of β7β = β4β (i.e. 7, 9, 3, 1) So, it repeats after every fourth power of β7β. So, the unit digit of 17724 = 1 {Since, 24 is completely divisible by 4} So, required unit digit = 9 Γ 1 = 9
How do you access the value of a variable named `USERNAME` in a shell script?
Slowly Changing Dimension (SCD) is used to:
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What is the exit status code of a successfully executed command in Linux shell?
Which command is used to display the current working directory in a Unix-like operating system?
How can you make a shell script executable?
Which operator is used to append output to a file?
OLAP is primarily used for:
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
Which command is used to display the number of lines in a file?