Let W be a random variable giving the number of heads minus the number of tails
in three tosses of a coin. List the elements of the sample space S for the three
tosses of the coin and to each sample point assign a value w of W.
How many moles is 2.80x1024 atoms of silicon?
Give the total cost function
Tc(q)-Q2+10Q+100
NET profit stands for
You are given a string containing ten digits, write a program to print these digits in a human readable format.
There are some rules to how to read a number,
1. Divide the ten digit number into set of four-three-three digits
2.use the following prefixes for consecutive digits
# Single numbers just read them seperately
# 2 successive numbers use double
# 3 successive numbers use triple
# 4 successive numbers use quadruple
2 Provide a list of devices, network components and software need to design a network for above scenario and justify your selection.
5x log10x-6
by CodeChum Admin
Help, I'm lost!
I usually find my way around here but I somehow lost my glasses along the way. I can easily get back home as long as I can tell how many zeroes I left in my trail. Would you mind telling me how many zeroes are trailing?
Note: Trailing zeroes are the zeroes found at the right side of a number.
Input
1. The number to be evaluated
Constraints
This can only be a positive integer.
Output
The first line will contain a message prompt to input the number to be evaluated.
The second line will contain the number of trailing zeroes.
Enter·the·number:·24100
Trailing·zeroes·=·2