84.1k views
2 votes
Is -1/17 a repeating decimal

1 Answer

4 votes

A repeating decimal, also called a recurring decimal, is a number whose decimal representation eventually becomes periodic (i.e., the same sequence of digits repeats indefinitely). The repeating portion of a decimal expansion is conventionally denoted with a vinculum so, for example,

The minimum number of digits that repeats in such a number is known as the decimal period.

Repeating decimal notation was implemented in versions of the Wolfram Language prior to 6 as PeriodicForm[RealDigits[r]] after loading the add-on package NumberTheory`ContinuedFractions`.

All rational numbers have either finite decimal expansions (i.e., are regular numbers; e.g., ) or repeating decimals (e.g., ). However, irrational numbers, such as neither terminate nor become periodic.

Numbers such as 0.5 are sometimes regarded as repeating decimals since.

User Yewande
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.