プリンピキア

第1章前提知識Prerequisites

1.1 実数:代数の基礎

Using Properties of Real Numbers実数の性質を使う

For some activities we perform, the order of certain operations does not matter, but the order of other operations does. For example, it does not make a difference if we put on the right shoe before the left or vice-versa. However, it does matter whether we put on shoes or socks first. The same thing is true for operations in mathematics.

日々の動作には、順序が問題にならないものと、問題になるものとがある。たとえば、右の靴を先に履こうが左を先に履こうが違いはない。しかし、靴と靴下のどちらを先に履くかは問題になる。数学の演算でも同じことが起きる。

Commutative Properties交換法則

The commutative property of addition states that numbers may be added in any order without affecting the sum.

加法の交換法則は、どんな順序で足しても和は変わらない、と述べる。

a+b=b+a

We can better see this relationship when using real numbers.

実数を使うと、この関係がよりはっきり見える。

( −2 )+7=5 and 7+( −2 )=5

Similarly, the commutative property of multiplication states that numbers may be multiplied in any order without affecting the product.

同じように、乗法の交換法則は、どんな順序で掛けても積は変わらない、と述べる。

ab=ba

Again, consider an example with real numbers.

これも実数の例で考えよう。

( −11 )( −4 )=44 and ( −4 )( −11 )=44

It is important to note that neither subtraction nor division is commutative. For example, 175 is not the same as 517. Similarly, 20÷55÷20.

減法も除法も交換法則が成り立たないことに注意したい。たとえば 175517. と同じではない。同じく 20÷55÷20.

Associative Properties結合法則

The associative property of multiplication tells us that it does not matter how we group numbers when multiplying. We can move the grouping symbols to make the calculation easier, and the product remains the same.

乗法の結合法則は、掛けるときに数をどうまとめても関係ないことを述べている。計算しやすくなるようにまとめる記号を動かしてよく、積は変わらない。

a( bc )=( ab )c

Consider this example.

次の例で考えよう。

( 34 )5=60 and 3( 45 )=60

The associative property of addition tells us that numbers may be grouped differently without affecting the sum.

加法の結合法則は、数のまとめ方を変えても和は変わらないことを述べている。

a+( b+c )=( a+b )+c

This property can be especially helpful when dealing with negative integers. Consider this example.

この性質は、負の整数を扱うときにとりわけ役に立つ。次の例で考えよう。

[ 15+( −9 ) ]+23=29 and 15+[ ( −9 )+23 ]=29

Are subtraction and division associative? Review these examples.

減法と除法では結合法則が成り立つだろうか。次の例を見よ。

8(315) =? (83)15 64÷(8÷4) =? (64÷8)÷4 8(12) = 515 64÷2 =? 8÷4 20 10 32 2

As we can see, neither subtraction nor division is associative.

見てのとおり、減法も除法も結合法則は成り立たない。

Distributive Property分配法則

The distributive property states that the product of a factor times a sum is the sum of the factor times each term in the sum.

分配法則は、ある因数と和との積は、その因数と和の各項との積の和に等しい、と述べる。

a( b+c )=ab+ac

This property combines both addition and multiplication (and is the only property to do so). Let us consider an example.

この性質は加法と乗法の両方を結びつける(そうする性質はこれだけである)。例で考えよう。

The number four is separated by a multiplication symbol from a bracketed expression reading: twelve plus negative seven. Arrows extend from the four pointing to the twelve and negative seven separately. This expression equals four times twelve plus four times negative seven. Under this line the expression reads forty eight plus negative twenty eight. Under this line the expression reads twenty as the answer.

Note that 4 is outside the grouping symbols, so we distribute the 4 by multiplying it by 12, multiplying it by –7, and adding the products.

4がまとめるための記号の外にあることに注意せよ。だから4を配って、12に掛け、–7に掛け、その積どうしを足す。

To be more precise when describing this property, we say that multiplication distributes over addition. The reverse is not true, as we can see in this example.

この性質をより正確にいうと、乗法は加法の上に分配される、となる。逆は成り立たない。次の例で分かる。

6+(35) =? (6+3)(6+5) 6+(15) =? (9)(11) 21 99

A special case of the distributive property occurs when a sum of terms is subtracted.

分配法則の特別な場合は、項の和を引くときに現れる。

ab=a+( b )

For example, consider the difference 12( 5+3 ). We can rewrite the difference of the two terms 12 and ( 5+3 ) by turning the subtraction expression into addition of the opposite. So instead of subtracting ( 5+3 ), we add the opposite.

たとえば差 12( 5+3 ) を考えよう。12 と ( 5+3 ) という二つの項の差は、減法の式を「反数を足す」形に変えて書き直せる。つまり ( 5+3 ) を引く代わりに、その反数を足す。

12+( −1 )( 5+3 )

Now, distribute −1 and simplify the result.

ここで −1 を配って、結果を簡単にする。

12(5+3) = 12+(−1)(5+3) = 12+[(−1)5+(−1)3] = 12+(−8) = 4

This seems like a lot of trouble for a simple sum, but it illustrates a powerful result that will be useful once we introduce algebraic terms. To subtract a sum of terms, change the sign of each term and add the results. With this in mind, we can rewrite the last example.

単純な和にしては手間がかかったように見えるが、これは代数の項を導いた後に役立つ強力な結果を示している。項の和を引くには、各項の符号を変えて足せばよい。これを頭に置いて、いまの例を書き直せる。

12(5+3) = 12+(−53) = 12+(−8) = 4

Identity Properties単位元の法則

The identity property of addition states that there is a unique number, called the additive identity (0) that, when added to a number, results in the original number.

加法の単位元の法則は、ある数に足すと元の数のままになる、ただ一つの数——加法の単位元(0)——が存在する、と述べる。

a+0=a

The identity property of multiplication states that there is a unique number, called the multiplicative identity (1) that, when multiplied by a number, results in the original number.

乗法の単位元の法則は、ある数に掛けると元の数のままになる、ただ一つの数——乗法の単位元(1)——が存在する、と述べる。

a1=a

For example, we have ( −6 )+0=−6 and 231=23. There are no exceptions for these properties; they work for every real number, including 0 and 1.

たとえば ( −6 )+0=−6 であり 231=23. である。これらの法則に例外はない。0と1を含め、すべての実数で成り立つ。

Inverse Properties逆元の法則

The inverse property of addition states that, for every real number a, there is a unique number, called the additive inverse (or opposite), denoted by (−a), that, when added to the original number, results in the additive identity, 0.

加法の逆元の法則は、どの実数 a についても、元の数に足すと加法の単位元0になる、ただ一つの数——加法の逆元(または反数)、(−a) と書く——が存在する、と述べる。

a+( a )=0

For example, if a=−8, the additive inverse is 8, since ( −8 )+8=0.

たとえば a=−8 のとき、加法の逆元は8である。( −8 )+8=0. だからである。

The inverse property of multiplication holds for all real numbers except 0 because the reciprocal of 0 is not defined. The property states that, for every real number a, there is a unique number, called the multiplicative inverse (or reciprocal), denoted 1 a , that, when multiplied by the original number, results in the multiplicative identity, 1.

乗法の逆元の法則は、0を除くすべての実数で成り立つ。0の逆数は定義されないからである。この法則は、どの実数 a についても、元の数に掛けると乗法の単位元1になる、ただ一つの数——乗法の逆元(または逆数)、1 a と書く——が存在する、と述べる。

a1 a =1

For example, if a=2 3 , the reciprocal, denoted 1 a , is 3 2 because

たとえば a=2 3 のとき、逆数は 1 a と書き、その値は 3 2 である。なぜなら

a1 a =( 2 3 )( 3 2 )=1

Properties of Real Numbers 実数の性質

The following properties hold for real numbers a, b, and c.

実数 a、b、c について、次の法則が成り立つ。

Addition加法Multiplication乗法
Commutative Property交換法則a+b=b+aab=ba
Associative Property結合法則a+( b+c )=( a+b )+ca( bc )=( ab )c
Distributive Property分配法則a( b+c )=ab+ac
Identity Property単位元の法則There exists a unique real number called the additive identity, 0, such that, for any real number a a+0=a加法の単位元と呼ばれるただ一つの実数0が存在し、どの実数 a についても a+0=a が成り立つ。There exists a unique real number called the multiplicative identity, 1, such that, for any real number a a1=a乗法の単位元と呼ばれるただ一つの実数1が存在し、どの実数 a についても a1=a が成り立つ。
Inverse Property逆元の法則Every real number a has an additive inverse, or opposite, denoted –a, such that a+( a )=0どの実数 a にも加法の逆元、すなわち反数 –a があり、a+( a )=0 が成り立つ。Every nonzero real number a has a multiplicative inverse, or reciprocal, denoted 1 a , such that a( 1 a )=10でないどの実数 a にも乗法の逆元、すなわち逆数 1 a があり、a( 1 a )=1 が成り立つ。

Example 7例7

Using Properties of Real Numbers実数の性質を使う

Use the properties of real numbers to rewrite and simplify each expression. State which properties apply.

実数の性質を使って各式を書き直し、簡単にせよ。どの性質を使ったかを述べよ。

36+34( 5+8 )+( −8 )6( 15+9 )4 7 ( 2 3 7 4 )100[ 0.75+( −2.38 ) ]

Solution 解答


36+34 = 3(6+4) Distributive property. = 310 Simplify. = 30 Simplify.

(5+8)+(−8) = 5+[8+(−8)] Associative property of addition. = 5+0 Inverse property of addition. = 5 Identity property of addition.

6(15+9) = 6+[(−15)+(−9)] Distributive property. = 6+(−24) Simplify. = −18 Simplify.

47(2374) = 47(7423) Commutative property of multiplication. = (4774)23 Associative property of multiplication. = 123 Inverse property of multiplication. = 23 Identity property of multiplication.

100[0.75+(2.38)] = 1000.75+100(−2.38) Distributive property. = 75+(−238) Simplify. = −163 Simplify.

式中の英語:Distributive property.:分配法則。 / Simplify.:整理する。 / Associative property of addition.:加法の結合法則。 / Inverse property of addition.:加法の逆元の性質。 / Identity property of addition.:加法の単位元の性質。 / Commutative property of multiplication.:乗法の交換法則。 / Associative property of multiplication.:乗法の結合法則。 / Inverse property of multiplication.:乗法の逆元の性質。 / Identity property of multiplication.:乗法の単位元の性質。

Try It #7やってみよう7

Use the properties of real numbers to rewrite and simplify each expression. State which properties apply.

実数の性質を使って各式を書き直し、簡単にせよ。どの性質を使ったかを述べよ。

( 23 5 )[ 11( 5 23 ) ]5( 6.2+0.4 )18( 7−15 )17 18 +[ 4 9 +( 17 18 ) ]6( −3 )+63

Evaluating Algebraic Expressions代数式の値を求める

So far, the mathematical expressions we have seen have involved real numbers only. In mathematics, we may see expressions such as x+5,4 3 πr 3 , or 2m 3 n 2 . In the expression x+5, 5 is called a constant because it does not vary and x is called a variable because it does. (In naming the variable, ignore any exponents or radicals containing the variable.) An algebraic expression is a collection of constants and variables joined together by the algebraic operations of addition, subtraction, multiplication, and division.

ここまで見てきた数式には実数しか出てこなかった。数学では x+5,4 3 πr 3 2m 3 n 2 のような式も現れる。式 x+5 において、5は変わらないので定数と呼び、x は変わるので変数と呼ぶ(変数の名を挙げるときは、その変数に付いた指数や根号は無視する)。代数式とは、定数と変数を、加法・減法・乗法・除法という代数の演算でつないだものである。

We have already seen some real number examples of exponential notation, a shorthand method of writing products of the same factor. When variables are used, the constants and variables are treated the same way.

同じ因数の積を短く書く方法である指数の書き方は、実数の例ですでに見た。変数を使うときも、定数と変数は同じように扱う。

(−3) 5 = (−3)(−3)(−3)(−3)(−3) x5 = xxxxx (27)3 = (27)(27)(27) (yz)3 = (yz)(yz)(yz)

In each case, the exponent tells us how many factors of the base to use, whether the base consists of constants or variables.

どの場合でも、指数は底をいくつ因数として使うかを示す。底が定数でも変数でも同じである。

Any variable in an algebraic expression may take on or be assigned different values. When that happens, the value of the algebraic expression changes. To evaluate an algebraic expression means to determine the value of the expression for a given value of each variable in the expression. Replace each variable in the expression with the given value, then simplify the resulting expression using the order of operations. If the algebraic expression contains more than one variable, replace each variable with its assigned value and simplify the expression as before.

代数式の中の変数は、それぞれ違う値をとることも、値を与えられることもある。そうすると代数式の値も変わる。代数式の値を求めるとは、式の中の各変数に値が与えられたときの、その式の値を決めることである。式の中の各変数を与えられた値に置き換え、できた式を演算の順序に従って簡単にする。代数式に変数が二つ以上あるときも、各変数をそれぞれ与えられた値に置き換え、同じように簡単にする。

Example 8例8

Describing Algebraic Expressions代数式を言い表す

List the constants and variables for each algebraic expression.

各代数式について、定数と変数を挙げよ。

x + 54 3 πr 32m 3 n 2

Solution 解答

Constants定数Variables変数
a. x + 55x
b. 4 3 πr 34 3 ,πr
c. 2m 3 n 22m,n

Try It #8やってみよう8

List the constants and variables for each algebraic expression.

各代数式について、定数と変数を挙げよ。

2πr( r+h )2(L + W)4y 3 +y

Example 9例9

Evaluating an Algebraic Expression at Different Values代数式の値を、いろいろな値で求める

Evaluate the expression 2x7 for each value for x.

x の各値について、式 2x7 の値を求めよ。

x=0x=1x=1 2x=−4

Solution 解答

Substitute 0 for x. 2x7 = 2(0)7 = 07 = −7Substitute 1 for x. 2x7 = 2(1)7 = 27 = −5Substitute 1 2 for x. 2x7 = 2(12)7 = 17 = −6Substitute −4 for x. 2x7 = 2(4)7 = 87 = −15

x に0を代入する。2x7 = 2(0)7 = 07 = −7x に1を代入する。2x7 = 2(1)7 = 27 = −5x1 2 を代入する。2x7 = 2(12)7 = 17 = −6x−4 を代入する。2x7 = 2(4)7 = 87 = −15

Try It #9やってみよう9

Evaluate the expression 113y for each value for y.

y の各値について、式 113y の値を求めよ。

y=2y=0y=2 3y=−5

Example 10例10

Evaluating Algebraic Expressions代数式の値を求める

Evaluate each expression for the given values.

与えられた値について、各式の値を求めよ。

x+5 for x=−5t 2t−1 for t=104 3 πr 3 for r=5a+ab+b for a=11,b=−82m 3 n 2 for m=2,n=3

x=−5 のときの x+5t=10 のときの t 2t−1r=5 のときの 4 3 πr 3a=11,b=−8 のときの a+ab+bm=2,n=3 のときの 2m 3 n 2

Solution 解答

Substitute −5 for x. x+5 = (−5)+5 = 0Substitute 10 for t. t2t1 = (10)2(10)1 = 10201 = 1019Substitute 5 for r. 43πr3 = 43π(5)3 = 43π(125) = 5003 πSubstitute 11 for a and –8 for b. a+ab+b = (11)+(11)(−8)+(−8) = 11888 = −85Substitute 2 for m and 3 for n. 2m3n2 = 2(2)3(3)2 = 2(8)(9) = 144 = 12

x−5 を代入する。x+5 = (−5)+5 = 0t に10を代入する。t2t1 = (10)2(10)1 = 10201 = 1019r に5を代入する。43πr3 = 43π(5)3 = 43π(125) = 5003 πa に11を、b に–8を代入する。a+ab+b = (11)+(11)(−8)+(−8) = 11888 = −85m に2を、n に3を代入する。2m3n2 = 2(2)3(3)2 = 2(8)(9) = 144 = 12

Try It #10やってみよう10

Evaluate each expression for the given values.

与えられた値について、各式の値を求めよ。

y+3 y3 for y=572t for t=−21 3 πr 2 for r=11( p 2 q ) 3 for p=−2,q=34( mn )5( nm ) for m=2 3 ,n=1 3

y=5 のときの y+3 y3t=−2 のときの 72tr=11 のときの 1 3 πr 2p=−2,q=3 のときの ( p 2 q ) 3m=2 3 ,n=1 3 のときの 4( mn )5( nm )

Formulas公式

An equation is a mathematical statement indicating that two expressions are equal. The expressions can be numerical or algebraic. The equation is not inherently true or false, but only a proposition. The values that make the equation true, the solutions, are found using the properties of real numbers and other results. For example, the equation 2x+1=7 has the solution of 3 because when we substitute 3 for x in the equation, we obtain the true statement 2( 3 )+1=7.

方程式とは、二つの式が等しいと述べる数学の文である。式は数値でも代数式でもよい。方程式はそれ自体が真でも偽でもなく、ただの主張である。方程式を真にする値、すなわち解は、実数の性質やその他の結果を使って見つける。たとえば方程式 2x+1=7 の解は3である。 方程式の x に3を代入すると、真の文 2( 3 )+1=7. が得られるからだ。

A formula is an equation expressing a relationship between constant and variable quantities. Very often, the equation is a means of finding the value of one quantity (often a single variable) in terms of another or other quantities. One of the most common examples is the formula for finding the area A of a circle in terms of the radius r of the circle: A=πr 2 . For any value of r, the area A can be found by evaluating the expression πr 2 .

公式とは、定数と変数の量のあいだの関係を表す方程式である。多くの場合、公式はある量(たいていは一つの変数)の値を、別の量や複数の量から求める手立てになる。もっともよく知られた例の一つが、円の面積 A を円の半径 r から求める公式 A=πr 2 である。r がどんな値でも、面積 A は式 πr 2 の値を求めれば分かる。

Example 11例11

Using a Formula公式を使う

A right circular cylinder with radius r and height h has the surface area S (in square units) given by the formula S=2πr( r+h ). See Figure 3. Find the surface area of a cylinder with radius 6 in. and height 9 in. Leave the answer in terms of π.

半径 r、高さ h の直円柱の表面積 S(平方単位)は、公式 S=2πr( r+h ) で与えられる。図3を見よ。半径6インチ、高さ9インチの円柱の表面積を求めよ。答えは π を使った形のままでよい。

A right circular cylinder with an arrow extending from the center of the top circle outward to the edge, labeled: r. Another arrow beside the image going from top to bottom, labeled: h.
Figure 3 Right circular cylinder図3 直円柱

Solution 解答

Evaluate the expression 2πr( r+h ) for r=6 and h=9.

r=6h=9. のとき、式 2πr( r+h ) の値を求める。

S = 2πr(r+h) = 2π(6)[(6)+(9)] = 2π(6)(15) = 180π

The surface area is 180π square inches.

表面積は 180π 平方インチである。

Try It #11やってみよう11

A photograph with length L and width W is placed in a mat of width 8 centimeters (cm). The area of the mat (in square centimeters, or cm2) is found to be A=( L+16 )( W+16 )LW. See Figure 4. Find the area of a mat for a photograph with length 32 cm and width 24 cm.

縦 L、横 W の写真を、幅8センチメートル(cm)の台紙に貼る。台紙の面積(平方センチメートル、すなわち cm2)は A=( L+16 )( W+16 )LW となる。図4を見よ。縦32cm、横24cm の写真に使う台紙の面積を求めよ。

/ An art frame with a piece of artwork in the center. The frame has a width of 8 centimeters. The artwork itself has a length of 32 centimeters and a width of 24 centimeters.

Simplifying Algebraic Expressions代数式を簡単にする

Sometimes we can simplify an algebraic expression to make it easier to evaluate or to use in some other way. To do so, we use the properties of real numbers. We can use the same properties in formulas because they contain algebraic expressions.

代数式は、簡単にしておくと値を求めやすくなったり、他の使い道が開けたりすることがある。そのために実数の性質を使う。公式にも代数式が入っているので、同じ性質が使える。

Example 12例12

Simplifying Algebraic Expressions代数式を簡単にする

Simplify each algebraic expression.

各代数式を簡単にせよ。

3x2y+x3y72r5( 3r )+4( 4t5 4 s )( 2 3 t+2s )2mn5m+3mn+n

Solution 解答


3x2y+x3y7 = 3x+x2y3y7 Commutative property of addition. = 4x5y7 Simplify.

2r5(3r)+4 = 2r15+5r+4 Distributive property. = 2r+5r15+4 Commutative property of addition. = 7r11 Simplify.

( 4t5 4 s )( 2 3 t+2s ) = 4t54s23t2s Distributive property. = 4t23t54s2s Commutative property of addition. = 103t134s Simplify.

2mn5m+3mn+n = 2mn+3mn5m+n Commutative property of addition. = 5mn5m+n Simplify.

式中の英語:Commutative property of addition.:加法の交換法則。 / Simplify.:整理する。 / Distributive property.:分配法則。

Try It #12やってみよう12

Simplify each algebraic expression.

各代数式を簡単にせよ。

2 3 y2( 4 3 y+z )5 t 23 t +14p( q1 )+q( 1p )9r( s+2r )+( 6s )

Example 13例13

Simplifying a Formula公式を簡単にする

A rectangle with length L and width W has a perimeter P given by P=L+W+L+W. Simplify this expression.

L、横 W の長方形の周の長さ PP=L+W+L+W で与えられる。この式を簡単にせよ。

Solution 解答

P = L+W+L+W P = L+L+W+W Commutative property of addition P = 2L+2W Simplify P = 2(L+W ) Distributive property

Try It #13やってみよう13

If the amount P is deposited into an account paying simple interest r for time t, the total value of the deposit A is given by A=P+Prt. Simplify the expression. (This formula will be explored in more detail later in the course.)

金額 P を単利 r の口座に期間 t だけ預けたとき、預けた金額の合計 AA=P+Prt で与えられる。この式を簡単にせよ(この公式は、この講義の後の方で詳しく扱う)。

Media 教材

Access these online resources for additional instruction and practice with real numbers.

実数についての説明と練習をさらに求めるなら、次のオンライン教材にあたるとよい。

Simplify an Expression.Evaluate an Expression 1.Evaluate an Expression 2.

・式を簡単にする。・式の値を求める 1。・式の値を求める 2。

Verbal言葉で答える問題

1. Is 2 an example of a rational terminating, rational repeating, or irrational number? Tell why it fits that category.

1. 2 は、有限小数になる有理数、循環小数になる有理数、無理数のうちどれの例か。なぜその分類にあたるのかを述べよ。

2. What is the order of operations? What acronym is used to describe the order of operations, and what does it stand for?

2. 演算の順序とは何か。演算の順序を言い表すのにどんな頭字語を使い、それは何を表しているか。

3. What do the Associative Properties allow us to do when following the order of operations? Explain your answer.

3. 演算の順序に従うとき、結合法則は何をすることを許してくれるか。答えを説明せよ。

Numeric数値の問題

For the following exercises, simplify the given expression.

次の各問について、与えられた式を簡単にせよ。

4. 10+2×( 53 )

5. 6÷2( 81÷3 2 )

6. 18+( 68 ) 3

7. −2×[ 16÷( 84 ) 2 ] 2

8. 46+2×7

9. 3( 58 )

10. 4+610÷2

11. 12÷( 36÷9 )+6

12. ( 4+5 ) 2 ÷3

13. 312×2+19

14. 2+8×7÷4

15. 5+( 6+4 )11

16. 918÷3 2

17. 14×3÷76

18. 9( 3+11 )×2

19. 6+2×21

20. 64÷( 8+4×2 )

21. 9+4( 2 2 )

22. ( 12÷3×3 ) 2

23. 25÷5 2 7

24. ( 157 )×( 37 )

25. 2×49( −1 )

26. 4 2 25×1 5

27. 12( 31 )÷6

Algebraic代数の問題

For the following exercises, evaluate the expression using the given value of the variable.

次の各問について、与えられた変数の値を使って式の値を求めよ。

28. 8( x+3 )64 for x=2

28. x=2 のときの 8( x+3 )64

29. 4y+82y for y=3

29. y=3 のときの 4y+82y

30. ( 11a+3 )18a+4 for a=–2

30. a=–2 のときの ( 11a+3 )18a+4

31. 4z2z( 1+4 )36 for z=5

31. z=5 のときの 4z2z( 1+4 )36

32. 4y( 72 ) 2 +200 for y=–2

32. y=–2 のときの 4y( 72 ) 2 +200

33. ( 2x ) 2 +1+3 for x=2

33. x=2 のときの ( 2x ) 2 +1+3

34. 8( 2+4 )15b+b for b=–3

34. b=–3 のときの 8( 2+4 )15b+b

35. 2( 11c4 )36 for c=0

35. c=0 のときの 2( 11c4 )36

36. 4( 31 )x4 for x=10

36. x=10 のときの 4( 31 )x4

37. 1 4 ( 8w4 2 ) for w=1

37. w=1 のときの 1 4 ( 8w4 2 )

For the following exercises, simplify the expression.

次の各問について、式を簡単にせよ。

38. 4x+x( 137 )

39. 2y( 4 ) 2 y11

40. a 2 3 ( 64 )12a÷6

41. 8b4b( 3 )+1

42. 5l÷3l×( 96 )

43. 7z3+z×6 2

44. 4×3+18x÷912

45. 9( y+8 )27

46. ( 9 6 t4 )2

47. 6+12b3×6b

48. 18y2( 1+7y )

49. ( 4 9 ) 2 ×27x

50. 8( 3m )+1( 8 )

51. 9x+4x( 2+3 )4( 2x+3x )

52. 5 2 4( 3x )

Real-World Applications応用問題

For the following exercises, consider this scenario: Fred earns $40 at the community garden. He spends $10 on a streaming subscription, puts half of what is left in a savings account, and gets another $5 for walking his neighbor’s dog.

次の各問は、この場面について考える。Fred は共同菜園で40ドル稼ぐ。定額配信の料金に10ドルを使い、残りの半分を貯金口座に入れ、隣家の犬を散歩させてさらに5ドルを受け取る。

53. Write the expression that represents the number of dollars Fred keeps (and does not put in his savings account). Remember the order of operations.

53. Fred の手元に残る(貯金口座に入れない)ドルの額を表す式を書け。演算の順序を忘れないこと。

54. How much money does Fred keep?

54. Fred の手元にはいくら残るか。

For the following exercises, solve the given problem.

次の各問について、与えられた問題を解け。

55. According to the U.S. Mint, the diameter of a quarter is 0.955 inches. The circumference of the quarter would be the diameter multiplied by π. Is the circumference of a quarter a whole number, a rational number, or an irrational number?

55. 合衆国造幣局によれば、25セント硬貨の直径は0.955インチである。この硬貨の円周は、直径に π を掛けたものになる。25セント硬貨の円周は、非負整数、有理数、無理数のうちどれか。

56. Jessica and her roommate, Adriana, have decided to share a change jar for joint expenses. Jessica put her loose change in the jar first, and then Adriana put her change in the jar. We know that it does not matter in which order the change was added to the jar. What property of addition describes this fact?

56. Jessica と同居人の Adriana は、共同の出費のために小銭入れを一つ分け合うことにした。まず Jessica が自分の小銭を入れ、次に Adriana が自分の小銭を入れた。どちらの順で入れても結果は変わらないと分かっている。この事実を言い表す加法の性質はどれか。

For the following exercises, consider this scenario: There is a mound of g pounds of gravel in a quarry. Throughout the day, 400 pounds of gravel is added to the mound. Two orders of 600 pounds are sold and the gravel is removed from the mound. At the end of the day, the mound has 1,200 pounds of gravel.

次の各問は、この場面について考える。採石場に g ポンドの砂利の山がある。その日のうちに400ポンドの砂利が山に加えられる。600ポンドの注文が二件あり、その分の砂利が山から運び出される。一日の終わりに、山には1,200ポンドの砂利がある。

57. Write the equation that describes the situation.

57. この場面を表す方程式を書け。

58. Solve for g.

58. g について解け。

For the following exercise, solve the given problem.

次の問について、与えられた問題を解け。

59. Ramon runs the marketing department at their company. Their department gets a budget every year, and every year, they must spend the entire budget without going over. If they spend less than the budget, then the department gets a smaller budget the following year. At the beginning of this year, Ramon got $2.5 million for the annual marketing budget. They must spend the budget such that 2,500,000x=0. What property of addition tells us what the value of x must be?

59. Ramon は勤め先で販売促進部門を率いている。部門には毎年予算が下り、毎年その予算を超えずに使い切らなければならない。予算より少なく使うと、翌年の予算が減らされる。今年のはじめ、Ramon は年間の販売促進予算として250万ドルを受け取った。2,500,000x=0. となるように予算を使わなければならない。x の値がいくつでなければならないかを教えてくれる加法の性質はどれか。

Technology機器を使う問題

For the following exercises, use a graphing calculator to solve for x. Round the answers to the nearest hundredth.

次の各問について、グラフ電卓を使って x を求めよ。答えは小数第二位まで四捨五入せよ。

60. 0.5( 12.3 ) 2 48x=3 5

61. ( 0.250.75 ) 2 x7.2=9.9

Extensions発展問題

62. If a whole number is not a natural number, what must the number be?

62. ある非負整数が自然数でないとすると、その数は何でなければならないか。

63. Determine whether the statement is true or false: The multiplicative inverse of a rational number is also rational.

63. 次の文が正しいか誤りかを判定せよ。有理数の乗法の逆元もまた有理数である。

64. Determine whether the statement is true or false: The product of a rational and irrational number is always irrational.

64. 次の文が正しいか誤りかを判定せよ。有理数と無理数の積はつねに無理数である。

65. Determine whether the simplified expression is rational or irrational: −184( 5 )( −1 ) .

65. 簡単にした式が有理数か無理数かを判定せよ。−184( 5 )( −1 )

66. Determine whether the simplified expression is rational or irrational: −16+4( 5 )+5 .

66. 簡単にした式が有理数か無理数かを判定せよ。−16+4( 5 )+5

67. The division of two natural numbers will always result in what type of number?

67. 自然数どうしの除法の結果は、つねにどの種類の数になるか。

68. What property of real numbers would simplify the following expression: 4+7(x1)?

68. 次の式を簡単にするのに使える実数の性質はどれか。4+7(x1)?