answersLogoWhite

0

0.2

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What is 220 as a decimal?

If you're looking for 220 percent of some number n n * 2.2 = 220 percent of n n * x.yz = xyz percent of n In other words, just shift the decimal 2 places to the left for any problem like this.


What is the all even number between 210 to 240?

They are numbers of the form 210 + 2*n where n = 1, 2, 3, ... 15.


Is it possible to completely write out an irrational number in decimal form?

no. irrational numbers are always infininately long, otherwise the could be represented as a fraction by multiplying by 10^n and dividing by 10^n where n is a number large enough to make the number a number with no decimals.


When is the product of a decimal numbers n x 10 always a whole number?

The product of a decimal number ( n ) and 10 is always a whole number when ( n ) has only one decimal place. This is because multiplying a decimal with one decimal place (e.g., 2.5) by 10 shifts the decimal point one place to the right, resulting in a whole number (e.g., 25). If ( n ) has more than one decimal place, the product will not be a whole number.


How do you get the decimal point in antilog?

If a number has an antilog whose integer part is n, then the number has n-1 digits before the decimal point.


How do you express a number in scientific notation's and scientific notation's to decimal notation's?

Assuming x is your number, x * 10^n = x moved n decimal places. When n is positive, move the decimal point n places to the right. When n is negative, move the decimal point n places to the left. When n is 0, do nothing.


How do you write a number less than a number?

n-n


How do you write a C-program to convert an Octal number to a Decimal number?

very simple way yr:int main(){int o;printf("\n Enter an octal number:");scanf("%o",&o);printf("The required decimal number is %d",o);getch();}


Write a C program to add an integer and a decimal number?

include <iostream> using namespace std; int main() { int n; // number to convert to binary while (cin >> n) { if (n > 0) { cout << n << " (decimal) = "; while (n > 0) { cout << n%2; n = n/2; } cout << " (binary) in reverse order" << endl; } else { cout << "Please enter a number greater than zero." << endl; } } return 0; }//end main


How do you find the 20Th triangular number?

The 20th triangular number is 20*21/2 = 210


How would you write 37 300 as a decimal?

37/300:= 37 ÷ 300= 0.1233 n decimal


What is the least positive integer n such as that 210 divides n!?

To determine the least positive integer ( n ) such that ( 210 ) divides ( n! ), we first factor ( 210 ) into its prime components: ( 210 = 2 \times 3 \times 5 \times 7 ). For ( n! ) to be divisible by ( 210 ), ( n ) must be at least as large as the largest prime factor, which is ( 7 ). Thus, the least positive integer ( n ) such that ( 210 ) divides ( n! ) is ( n = 7 ).