- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to convert a decimal into a fraction and a fraction into a decimal?
Converting decimal to fraction:
To convert a Decimal to a Fraction follow these steps
Step 1: Write down the decimal divided by 1.
Step 2: Multiply both top and bottom by 10 for every number after the decimal
point. (For example, if there are two numbers after the decimal point, then use 100, if there are three then use 1000, etc.)
Step 3: Simplify (or reduce) the fraction.
For example:
Convert 0.75 to a fraction
Step 1: Write down 0.75 divided by 1.
$\frac{0.75}{1}$
Step 2: Multiply both top and bottom by 100.(Because there are two digits after the decimal point)
$\frac{0.75\times 100}{1 \times 100} = \frac{75}{100}$
Step 3: Simplify the fraction.
$\frac{75}{100} = \frac{3}{4}$
Converting fraction to a decimal:
To convert a fraction to a decimal, follow these steps:
Step 1: Find a number you can multiply by the bottom of the fraction to make it 10 or a multiple of 10.
Step 2: Multiply both top and bottom by that number.
Step 3: Then write down just the top number, putting the decimal point in the correct spot (one space from the right-hand side for every zero in the bottom number).
For example:
Convert $\frac{3}{4}$ a Decimal.
Step 1: We can multiply 4 by 25 to become 100
Step 2: Multiply top and bottom by 25:
$\frac{3\times25}{4\times25}=\frac{75}{100}$
Step 3: Write down 75 with the decimal point 2 spaces from the right (because 100 has 2 zeros).
$\frac{75}{100}=0.75$.
- Related Articles
- Convert the following percentage into fraction and decimal.
- Convert the following decimal into fraction: 3.72
- How to convert 0.0092 into a fraction?
- Convert 0.5 into a fraction.
- C program to convert decimal fraction to binary fraction
- How To Convert Mixed fraction into Improper Fraction
- How to convert a decimal number to a fraction reduced to its lowest form?
- How to convert the mixed fraction into an improper fraction?
- Convert decimal fraction to binary number in C++
- How can we change an improper fraction into a mixed fraction?
- Haskell program to convert a decimal number into a binary number
- Convert the following into a mixed fraction:$\frac{11}{4}$
- Convert the below fraction into a percentage:\( \frac{3}{8} \)
- How to change mixed fraction into improper fraction.
- If fraction is divides with decimal answer will be in fraction or decimal
