プリンピキア

第1章前提知識Prerequisites

1.1 実数:代数の基礎

Performing Calculations Using the Order of Operations演算の順序に従って計算する

When we multiply a number by itself, we square it or raise it to a power of 2. For example, 4 2 =44=16. We can raise any number to any power. In general, the exponential notation a n means that the number or variable a is used as a factor n times.

ある数をそれ自身に掛けることを、二乗する、あるいは2乗に上げるという。たとえば 4 2 =44=16. どんな数でも、どんな乗数に上げてよい。一般に、指数の書き方 a n は、数または変数 an 回だけ因数として使うという意味である。

a n=aaaa nfactors

In this notation, a n is read as the nth power of a,or a to the n where a is called the base and n is called the exponent. A term in exponential notation may be part of a mathematical expression, which is a combination of numbers and operators, i.e., + addition, – subtraction, × multiplication, ÷ division. For example, 24+62 3 4 2 is a mathematical expression.

この書き方では、a n を「aのn乗」または「an乗」と読む。a を底、n を指数という。指数の書き方をした項は、数式の一部になることがある。数式とは、数と演算子——+ の加法、– の減法、× の乗法、÷ の除法——を組み合わせたものである。たとえば 24+62 3 4 2 は数式である。

To evaluate a mathematical expression, we perform the various operations. However, we do not perform them in any random order. We use the order of operations. This is a sequence of rules for evaluating such expressions.

数式の値を求めるには、いろいろな演算を行う。ただし、順番は好き勝手でよいわけではない。演算の順序に従う。これは、そうした式の値を求めるための一続きの規則である。

Recall that in mathematics we use parentheses ( ), brackets [ ], and braces { } to group numbers and expressions so that anything appearing within the symbols is treated as a unit. Additionally, fraction bars, radicals, and absolute value bars are treated as grouping symbols. When evaluating a mathematical expression, begin by simplifying expressions within grouping symbols.

数学では、丸括弧 ( )、角括弧 [ ]、波括弧 { } を使って数や式をひとまとめにし、その記号の中にあるものを一つのかたまりとして扱うことを思い出そう。さらに、分数の横線、根号、絶対値の縦線も、まとめるための記号として扱う。数式の値を求めるときは、まとめるための記号の中の式を簡単にするところから始める。

The next step is to address any exponents or radicals. Afterward, perform multiplication and division from left to right and finally addition and subtraction from left to right.

次の段階は、指数と根号を片づけることである。その後、左から右へ乗法と除法を行い、最後に左から右へ加法と減法を行う。

Let’s take a look at the expression provided.

示された式を見てみよう。

24+62 3 4 2

There are no grouping symbols, so we move on to exponents or radicals. The number 4 is raised to a power of 2, so simplify 4 2 as 16.

まとめるための記号は無いので、指数と根号へ進む。4が2乗に上げられているので、4 2 を16にする。

24+62 3 4 2 24+62 3 16

Next, perform multiplication or division, left to right.

次に、左から右へ乗法または除法を行う。

24+62 3 16 24+416

Lastly, perform addition or subtraction, left to right.

最後に、左から右へ加法または減法を行う。

24+416 2816 12

Therefore, 24+62 3 4 2 =12.

よって 24+62 3 4 2 =12.

For some complicated expressions, several passes through the order of operations will be needed. For instance, there may be a radical expression inside parentheses that must be simplified before the parentheses are evaluated. Following the order of operations ensures that anyone simplifying the same mathematical expression will get the same result.

込み入った式では、演算の順序を何巡か通す必要がある。たとえば、括弧の中に根号の式があり、括弧の値を求める前にそれを簡単にしなければならないことがある。演算の順序に従えば、同じ数式を簡単にした人は誰でも同じ結果になる。

Order of Operations 演算の順序

Operations in mathematical expressions must be evaluated in a systematic order, which can be simplified using the acronym PEMDAS:

数式の中の演算は決まった順序で行わなければならない。その順序は PEMDAS という頭字語にまとめられる。

P(arentheses)
E(xponents)
M(ultiplication) and D(ivision)
A(ddition) and S(ubtraction)

P(arentheses 括弧) E(xponents 指数) M(ultiplication 乗法) と D(ivision 除法) A(ddition 加法) と S(ubtraction 減法)

How To 手順

Given a mathematical expression, simplify it using the order of operations.

数式が与えられたとき、演算の順序に従って簡単にする。

1. Step 1. Simplify any expressions within grouping symbols.2. Step 2. Simplify any expressions containing exponents or radicals.3. Step 3. Perform any multiplication and division in order, from left to right.4. Step 4. Perform any addition and subtraction in order, from left to right.

1. 手順1 まとめるための記号の中の式を簡単にする。2. 手順2 指数や根号を含む式を簡単にする。3. 手順3 乗法と除法を、左から右へ順に行う。4. 手順4 加法と減法を、左から右へ順に行う。

Example 6例6

Using the Order of Operations演算の順序を使う

Use the order of operations to evaluate each of the following expressions.

演算の順序に従って、次の各式の値を求めよ。

( 32 ) 2 4( 6+2 )5 2 4 7 1126| 58 |+3( 41 )1432 253 27( 53 )2[ ( 63 )4 2 ]+1

Solution 解答


(32)24(6+2) = (6)24(8) Simplify parentheses. = 364(8) Simplify exponent. = 3632 Simplify multiplication. = 4 Simplify subtraction.

52-47112 = 52479 Simplify grouping symbols (radical). = 52473 Simplify radical. = 25473 Simplify exponent. = 2173 Simplify subtraction in numerator. = 33 Simplify division. = 0 Simplify subtraction. Note that in the first step, the radical is treated as a grouping symbol, like parentheses. Also, in the third step, the fraction bar is considered a grouping symbol so the numerator is considered to be grouped.

6|58|+3|41| = 6|−3|+3(3) Simplify inside grouping symbols. = 6-(3)+3(3) Simplify absolute value. = 6-3+9 Simplify multiplication. = 12 Simplify addition.

14322532 = 1432259 Simplify exponent. = 146109 Simplify products. = 81 Simplify differences. = 8 Simplify quotient. In this example, the fraction bar separates the numerator and denominator, which we simplify separately until the last step.

7(53)2[ (63)42 ]+1 = 7(15)2[ (3)42 ]+1 Simplify inside parentheses. = 7(15)2(316)+1 Simplify exponent. = 7(15)2(−13)+1 Subtract. = 105+26+1 Multiply. = 132 Add.

52-47112 = 52479 根号の中を計算する。 = 52473 根号を整理する。 = 25473 指数を整理する。 = 2173 分子の引き算を計算する。 = 33 割り算を計算する。 = 0 引き算を計算する。 第一段階では、根号を括弧と同じくまとめるための記号として扱っていることに注意せよ。また第三段階では、分数の横線をまとめるための記号とみなすので、分子はひとまとまりとして扱う。14322532 = 1432259 指数を整理する。 = 146109 積を計算する。 = 81 差を計算する。 = 8 商を計算する。 この例では、分数の横線が分子と分母を隔てている。最後の段階まで、両者を別々に簡単にする。

Try It #6やってみよう6

Use the order of operations to evaluate each of the following expressions.

演算の順序に従って、次の各式の値を求めよ。

5 2 4 2 +7( 54 ) 21+7584 96| 1.84.3|+0.415+101 2 [ 53 2 7 2 ]+1 3 9 2[ ( 38 ) 2 4 ]( 38 )