MathPython498072 views
中学英語812035 views
高校物理160543 views
高校生物551985 views
高校国語788606 views
高校日本史190639 views
中学社会669002 views
Computer368461 views
数学講師2890703 views
LaTeX962713 views
Help
Tools
NewsSpreadsheetCalendarBookkeepingMarkdown TablesLanguage Model NewsLinux CommandsSlidesTier ListPen ToolIllustrationCrayonWatercolorPixel ArtASCII ArtPerspectiveEndless StairsGraphMind MapER DiagramFamily TreeMemeCurved TextImage EditorMosaicRetro FilterPencil SketchSwirl EffectLine ArtOCR/HighlighterMakeup EditorFaviconVideo TrimmerScrolling VideoVideo TitleColor PickerColor ExtractorBonfireFireworksCherry BlossomWater RippleWater SplashBreaking GlassGlass TextureFabric TextureWood GrainMarble TextureBrick Wall TextureMetal TextureWashi Paper TextureCardboard TextureCSS ButtonIcon MakerBar ChartGrouped Bar ChartStacked Bar ChartPie ChartLine ChartArea ChartStacked Area ChartScatter Plot3D Bar Chart3D Pie ChartBar Chart RaceBubble ChartPopulation PyramidPictogramEarningsCandlestick ChartInvestment RiskMortgage SimulatorCalculatorMatrix CalculatorFunction GraphPolynomial ExpansionVenn DiagramField VisualizerRubik's Cube Group TheoryTraveling SalesmanVoronoi and DelaunayFractalUniversity Entrance Exam MathColumn ArithmeticDraw Math FiguresArithmetic AnimationArithmetic Word ProblemsCounting with Tree DiagramsCube NetsRolling DiceCross SectionsMotion PathMechanicsWavesUniversity Entrance Exam Physics解析力学Quantum MechanicsStatistical MechanicsRelativityCelestial MechanicsAstrophysicsCosmologyElectromagnetic WavesCapacitorsLight and LensesThermodynamicsHow Semiconductors WorkMolecular StructuresAtomic OrbitalsElectrochemical CellsChemical EquilibriumCrystal LatticesBuffer pHOrganic Reaction MapPeriodic TableComplex IonsDNA Double HelixCell DivisionMembrane ChannelsNerve ImpulseMuscle ContractionHormones and HomeostasisRock ClassificationWeatherConstellationsSolar and Lunar Eclipses3D ModelingFloor PlanSeismic StructuresIntersection TurnMaglevCooking AnimationOrigamiLive Viewer CountGeoJSON MapRailway MapPopulation MapCrime MapLand Price MapSchool MapShrine and Castle MapHouse of Representatives MapWord MapSolitaireReversiHakoiri MusumeChessHamburgerRippleSlide Puzzle MakerNeon PinballNovel MakerJapanese Typing PracticePiano Score EditorMusic TheoryShogi StrategyPiano Rhythm Game

English

循環小数を分数(有理数)に直す問題の解き方

循環小数を分数に直す問題を考えてみましょう。循環小数とは、同じ並びがいつまでも続く小数です。

例えば0.232323…も11.111…も循環小数です。こうした小数は、同じ数が並んでいる個数に相当する10のべき乗(10、100、1000など)をかけることで求めます。

循環小数をかける

下図のように、循環小数を構成する並びを見て、3個ずつ並んでいれば1000、4個ずつ並んでいれば10000をかけましょう。例えば0.2323…は2、3という並びが続いているので100倍します。

repeating_decimal_1

0.002323…のように、最初に0が続いているような数も100倍します。

循環小数を分数にする

もとの数をxとして、上のとおり10のべき乗をかけた数を求めて、もとの数から引きます。例えば0.357357…という数は、それを1000倍した数1000xは357.357357…です。

repeating_decimal_2

1000x-x
=357.357357…-0.357357…
=357

999x=357

もとの循環小数を有理数にするためには、無限に続く小数の部分をうまく消す必要があります。999x=357とわかったので、357/999が求める分数になります。実際、これを電卓で計算するともとの0.357…が出てきます。