Answer:
20
Step-by-step explanation:
To round a number to the nearest tenth , look at the next place value to the right (the hundredths). If it's 4 or less, just remove all the digits to the right. If it's 5 or greater, add 1 to the digit in the tenths place, and then remove all the digits to the right.
Answer:
2 miles
Step-by-step explanation:
Given that :
Distance from home to store and back = 1/2 mile
In a week :
Number of times he walked from home to store and back = 1 time
Number of times she rode to store and back = 3 time
Note distance does not change whether she rode or walked:
Hence,
miles walked = 1/2 miles * 1 = 1/2 miles
Miles biked = 1/2 miles * 3 = 3/2 miles
Total Number of miles :
(1/2 + 3/2) = (1 + 3) /2 = 4/2 = 2 miles
Answer:
6π units
Step-by-step explanation:
Given::
Radius = 4
Angle measure of partial circle (θ) = 360° - right angle = 360° - 90° = 270°
Arc length = θ/360 × 2πr
Plug in the values
= 270/360 × 2 × π × 4
= 0.75 × 8 × π
= 6π units
Step-by-step explanation:
let us give all the quantities in the problem variable names.
x= amount in utility stock
y = amount in electronics stock
c = amount in bond
“The total amount of $200,000 need not be fully invested at any one time.”
becomes
x + y + c ≤ 200, 000,
Also
“The amount invested in the stocks cannot be more than half the total amount invested”
a + b ≤1/2 (total amount invested),
=1/2(x + y + c).
(x+y-c)/2≤0
“The amount invested in the utility stock cannot exceed $40,000”
a ≤ 40, 000
“The amount invested in the bond must be at least $70,000”
c ≥ 70, 000
Putting this all together, our linear optimization problem is:
Maximize z = 1.09x + 1.04y + 1.05c
subject to
x+ y+ c ≤ 200, 000
x/2 +y/2 -c/2 ≤ 0
≤ 40, 000,
c ≥ 70, 000
a ≥ 0, b ≥ 0, c ≥ 0.