<h3>Given</h3>
Three numbers are n, 8n, and (100+n).
Their total is 690.
<h3>Find</h3>
the three numbers
<h3>Solution</h3>
n + 8n + (n+100) = 690
10n + 100 = 690 . . . . . . . simplify
10n = 590 . . . . . . . . . . . . subtract 100
n = 59
8n = 472
n +100 = 159
The three numbers are 59, 472, and 159.
Answer:
Step-by-step explanation:
quadratic equation: ax² + bx + c =0
x' = [-b+√(b²-4ac)]/2a and x" = [-b-√(b²-4ac)]/2a
6 = x² – 10x ; x² - 10x -6 =0
(a=1, b= - 10 and c = - 6
x' = [10+√(10²+4(1)(-6)]/2(1) and x" = [10-√(10²+4(1)(-6)]/2(1)
x' =5+√31 and x' = 5-√31
Answer:
In a tape diagram, each of the lengths represents a fixed quantity of something.
Let's suppose that each one of these lengths represents a distance d.
We also know that the expert trail is 750 meters longer than the beginner one.
And in the tape diagram, the expert trail has 3 more lengths than the beginner trail, then we must have that the difference in distance must be equivalent with the difference in lengths.
750m = 3*d
d = 750m/3 = 250m
Then each length in the tape diagram represents 250m
With this we can find the length of each trail.
The beginner trail has 1 length, then it is 1*250m = 250 meters long.
The expert trail has 4 lengths, then it is 4*250m = 1000 meters long.
Answer:
, you must find the midpoint of the segment, the formula for which is
(
x
1
+
x
2
2
,
y
1
+
y
2
2
)
. This gives
(
−
5
,
3
)
as the midpoint. This is the point at which the segment will be bisected.
Next, since we are finding a perpendicular bisector, we must determine what slope is perpendicular to that of the existing segment. To determine the segment's slope, we use the slope formula
y
2
−
y
1
x
2
−
x
1
, which gives us a slope of
5
.
Perpendicular lines have opposite and reciprocal slopes. The opposite reciprocal of
5
is
−
1
5
.
We now know that the perpendicular travels through the point
(
−
5
,
3
)
and has a slope of
−
1
5
.
Solve for the unknown
b
in
y
=
m
x
+
b
.
3
=
−
1
5
(
−
5
)
+
b
⇒
3
=
1
+
b
⇒
2
=
b
Therefore, the equation of the perpendicular bisector is
y
=
−
1
5
x
+
2
.