How we get zero in the answer while dividing 1232 by 3?
The only way that you would do that is if you make a huge big mistake.
How many digits does a googol have?
1 googol = 10100 = '1' followed by 100 zeroes. The number has (1 googol + 1) digits.
Why did Einstein have to find a gravitational constant?
The gravitational constant was found by Newton, not Einstein.
Can the hid lights on a 1996 Lincoln mark viii lsc be changed to regular lights?
You can easily change to regular lights, all you have to do is bypass the amp that's located behind the radiator on the passenger side. Make sure you disconnect the battery before you touch ANYTHING, because the amp creates enormous amounts of power that could actually be fatal. Hard to imagine from a 12V Battery right? Once you bypass the amp, you'll have to find a way to fit a regular bulb in your hid light sockets...just be creative.
Can you use atomic mass in a sentence?
Example sentence - We discussed various examples of atomic mass in our class today.
What is the 47th number in pi?
3.1415926535 8979323846 2643383279 5028841971 6939937510 5820974944 5923078164 0628620899 8628034825 3421170679 8214808651 3282306647 0938446095 5058223172 5359408128 4811174502 8410270193
To write shell program to check the given number and its reverse are same?
echo "enter the number"
if [ $# -ne 1 ]
then
echo "Usage: $0 number"
echo " I will find reverse of given number"
echo " For eg. $0 12321, I will print 12321"
exit 1
fi
n=$1
rev=0
sd=0
while [ $n -gt 0 ]
do
sd=`expr $n % 10`
rev=`expr $rev \* 10 + $sd`
n=`expr $n / 10`
done
echo "Reverse number is $rev"
A magnetic material has a relative permeability of 10000 what does this mean?
The relative permeability of 10,000 means that the material can support a magnetic field 10,000 times more dense than than a magnetic field in free space.
Where did the imaginary numbers come from?
Imaginary numbers are numbers whose square is a negative number. They arose as a means of working with square roots of negative numbers; in fact, the first known mention of a square root of a negative number is a very brief one from a work called Stereometrica. It was written in the 1st century CE by a Greek mathematician, Heron of Alexandria. Imaginary (and thus, complex) numbers were not ever accepted widely, though, until the 1700s, because of the work of Euler and Gauss.
Write a shell programs for to check whether the given number is an Avogadro number or not?
Avogadro's number is a constant. Therefore only one number is equal to Avogadro's number.
What are length constant and wedge constant in newton's laws of motion?
"What are length constant and wedge constant in newton's laws of motion?"
What is the meaning of predecessor in numerals?
a thing that has been followed or replaced by another: 2 is the predecessor of 3
What element that has an atomic mass of 14.007?
Nitrogen, element 7, has an atomic mass of 14.0067, rounded to 14.007.