Questions on Geometry: Length, distance, coordinates, metric length answered by real tutors!

Algebra ->  Algebra  -> Length-and-distance -> Questions on Geometry: Length, distance, coordinates, metric length answered by real tutors!      Log On

Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   


Tutors Answer Your Questions about Length-and-distance (FREE)


Question 571529: 3.5
23.)
a. If the side of one square is three times as long as the side of a second square, how do their areas compare?
b. If the side of a cube is three times as long as the side of a second cube, how do their volumes compare?
c. If all the dimensions of a rectangular box are doubled, what happens to its volume?

Answer by ankor@dixie-net.com(12692) About Me  (Show Source):
You can put this solution on YOUR website!
a. If the side of one square is three times as long as the side of a second square, how do their areas compare?
let x^2 = the area of the 1st square
let (2x)^2 = area of the 2nd square
Compare them like this
%282x%29%5E2%2Fx%5E2 = %284x%5E2%29%2Fx%5E2
Cancel the x^2, you have 4 times the area of the 1st
Similarly
b. If the side of a cube is three times as long as the side of a second cube, how do their volumes compare?
%283x%29%5E3%2Fx%5E3 = %2827x%5E3%29%2Fx%5E3
cancel x^3, you have 27 time the vol of the 1st cube
:
c. If all the dimensions of a rectangular box are doubled, what happens to its volume?
:
%282L%2A2W%2A2H%29%2F%28L%2AW%2AH%29 = %288L%2AW%2AH%29%2F%28L%2AW%2AH%29
cancel LWH and you have 8 times the volume of the 1st rect


Question 570635: Aura took three biology exams and has an average score of 85. Her second exam score was 11 points better than her first, and her third exam score was 2 points better than her second exam. What were her three exam scores?
Answer by Earlsdon(6103) About Me  (Show Source):
You can put this solution on YOUR website!
Let Aura's three biology test scores be: a, b, and c. The average of these is:
%28a%2Bb%2Bc%29%2F3+=+85 So the sum (S) of the three scores is:
S+=+3%2885%29
S+=+255 Now...
b+=+a%2B11 "Her second exam score (b) was 11 points better than her first,..."
c+=+b%2B2 "...and her third exam score (c) was 2 points better than her second exam (score)."
Starting with:
a%2Bb%2Bc+=+255 Substitute b+=+a%2B11 and c+=+b%2B2=a%2B11%2B2+=+a%2B13 so we have:
a%2B%28a%2B11%29%2B%28a%2B13%29+=+255 Simplify.
3a%2B24+=+255 Subtract 24 from both sides.
3a+=+231 Divide by 3.
a+=+77 and b+=+77%2B11=88 and c+=+77%2B13 = 90


Question 570227: I've been out sick since Monday and have been getting my work sent home. I've missed this lesson and can't for the life of me figure out how to do this. I've got 10 other similar problems to do but should be able to figure it out if some kind soul will help me understand.
Calculate the distance from point (-2,3) to the line y=x+1
I would really, really appreciate an explanation not just an answer since I have 9 more of these :)

Found 2 solutions by josmiceli, Alan3354:
Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
They want the SHORTest distance from the
point to the line. There are lots of lines you
could draw from the point to the line, but
only 1 is the shortest.
That shortest distance is the perpendicular
from the point to the line.
-----------------------
The 1st thing to do is find the slope of the line.
Get it into the form +y+=+mx+%2B+b+ where
+m+ is the slope. ( It's already in that form )
+y+=+x+%2B+1+ The slope is +1+.
------------------------
Now you want the slope of ANY line which would
be perpendicular to this line.
That formula is +-%28+1%2Fm+%29+=+-%281%2F1%29+,
so the perpendicular will have slope = +-1+
------------------------
Now you have the point (-2,3) and a slope. Use
the point-slope formula to get the equation of
the perpendicular line.
+%28+y+-+3+%29+%2F+%28+x+-%28-2%29+%29+=+-1+
+y+-+3+=+-1%2A%28+x+%2B+2+%29+
+y+=+-x+-+2+%2B+3+
+y+=+-x+%2B+1+
------------------------
Now where do these 2 lines intersect?
Add the equations:
+y+=+x+%2B+1+
+y+=+-x+%2B+1+
+2y+=+2+
+y+=+1+
and
+y+=+x+%2B+1+
+1+=+x+%2B+1+
+x+=+0+
So now you have 2 points, (-2,3) and (0,1)
The formula for distance is
distance = +sqrt%28+%28+-2+-+0%29%5E2+%2B+%28+3+-+1+%29%5E2+%29+
distance = +sqrt%28+%28-2%29%5E2+%2B+2%5E2+%29+
distance = +sqrt%28+4+%2B+4+%29+
distance = +2%2Asqrt%282%29+
-----------------------
Here's a plot of the line +y+=+x+%2B+1+ and the line
perpendicular to it going through (-2,3)
The intersection is at (0,1) as you can see
+graph%28+400%2C+400%2C+-5%2C+5%2C+-5%2C+5%2C+x+%2B+1%2C+-x+%2B+1%29+

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
Calculate the distance from point (-2,3) to the line y=x+1
-----------
The distance from a point to a line is the shortest distance, which is along the line perpendicular to the given line.
----
The slope, m of y = x + 1 is 1.
The slope of lines perpendicular is the neg inverse, = -1
----
Find the eqn of the line thru the point with a slope of -1.
y = mx + b
3 = -1*(-2) + b
b = 1
----
The line perpendicular thru the point is
y = -x + 1
Find the intersection of the 2 lines.
y = x + 1
y =-x + 1
--------- Add
2y = 2
y = 1
x = 0
The point (0,1) is the intersection.
Find the distance from (0,1) to (-2,3)
d+=+sqrt%28diffy%5E2+%2B+diffx%5E2%29+=+sqrt%284+%2B+4%29
d+=+2sqrt%282%29


Question 569751: The distance between two towns on a map is 6 cm. The actual distance between two towns is 48 ikm. What is the scale on the map?
Found 2 solutions by Alan3354, josmiceli:
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
The distance between two towns on a map is 6 cm. The actual distance between two towns is 48 ikm. What is the scale on the map?
-----------------
6 cm to 48 km = 6 cm to 4800000 cm
Scale is 1:800,000

Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
The scale would be in 1 cm = +x+ km
+6%2F48+=+1%2Fx+
+6x+=+48+
+x+=+8+
The scale is 1 cm = 8 km


Question 568322: The sides of the outside square in the figure are 6 inches long. The corners of the next smaller square are at the midpoints of the outside square, and so on. Imagine that the process of nesting squares continues forever. The sum of the perimeters approaches a finite number. What is that number?

Answer by Theo(2967) About Me  (Show Source):
You can put this solution on YOUR website!
this forms a geometric progression.
a reference for the sum of a geometric progression formula that i used is shown here:
http://www.jimloy.com/algebra/gseries.htm
since the geometric progression is infinite, the formula to be used is:
S = a / (1-r)
the trick in this problem is to first determine that you have a geometric series and then to find the common ratio.
the common ratio turns out to be(1/sqrt(2))
a is the perimeter of the square we are starting with, which is 6 * 4 = 24.
the formula becomes:
S = 24 / (1 - (1/sqrt(2))
this becomes:
S = 81.9411255
the logic used is as follows:
the side of the original square is 6.
the subtending square is found by forming another square whose corners are at the midpoint of the sides of the original square.
the corners of the original square form an isosceles right triangle with the side of the subtending square (attached diagram shows this).
the side of the subtending square is the hypotenuse of this isosceles right triangle.
the formula to find the hypotenuse of this isosceles right triangle uses the formula of c^2 = a^2 + b^2 where c is the hypotenuse of the right triangle and a and b are legs of the right triangle.
since the legs are equal to each other, the formula becomes:
c^2 = a^2 + a^2 which is then equal to 2 * a^2
the formula becomes:
c^2 = 2a^2
the length of the side of the subtending square is therefore equal to sqrt(2a^2)
half the length of the side of the subtending square is then used to find the length of the side of it's subtending square.
this process goes on indefinitely.
a table was created to capture this relationship.
this table is shown below:
columns are identified as follows:
roe = the particular row that you are on in the table.
A is the side of the original square.
B is the perimeter of the original square.
C is half the side of the original square.
D is the side of the subtending square.
E is the perimeter of the subtending square.
F is the ratio of the perimeter of the original square to the perimeter of the subtending square.
row     A         B          C         D         E          F
1	6.00000   24.00000   3.00000   4.24264   16.97056   1.41421
2	4.24264   16.97056   2.12132   3.00000   12.00000   1.41421
3	3.00000   12.00000   1.50000   2.12132   8.48528    1.41421
4	2.12132   8.48528    1.06066   1.50000   6.00000    1.41421
5	1.50000   6.00000    0.75000   1.06066   4.24264    1.41421
6	1.06066   4.24264    0.53033   0.75000   3.00000    1.41421
7	0.75000   3.00000    0.37500   0.53033   2.12132    1.41421

the side of subtending square in row 1 becomes the side of the original square in row 2 and so on down the line.
this means that column A row 2 is the same value as column D row 1, and that column A row 3 is the same value as column D row 2, etc. down the line.
the calculation for the side of the subtending square is based on the formula of:
value in column D = sqrt(2 * value in column C squared).
For example:
in row 3, value in column C is 1.5 and value in column D is 2.12132.
column C is half the length of the side of the original square.
column D is the length of the side of the subtending square.
in row 3, column D is calculated as sqrt(2*1.5^2) which equals 2.121320344 which was shown in the table to 5 decimal places of 2.12132

one the common ratio of the perimeters was found, it was just a matter of plugging the values into the formula to get the sum of the infinite series which resulted in the answer of 81.9411255.

the diagram is shown below:
$$$$


Question 567459: What is the ratio of the number of diagonals in a pentagon to the measure of each exterior angle of a regular decagon?
Answer by richard1234(4794) About Me  (Show Source):
You can put this solution on YOUR website!
Number of diagonals in a pentagon: (5*2)/2 = 5

Measure of each exterior angle in regular decagon: 360/10 = 36

5:36


Question 566528: the verticed of a triangle abc are a(1,7) b(9,3) and c(3,1)
a. prove that triangle ABC is a right triangle

b.which angle is the right angle?
c.which side is the hypotenuse?
d.what are the coordinates of the midpoint of the hypotenuse?
e. what is the equation of the median from the vertex of the right angle to the hypotenuse?
f. what is the equation of the altitude from the vertex of the tight angle to the hypotenuse?

Please help ASAP. Thank you

Answer by solver91311(12126) About Me  (Show Source):
You can put this solution on YOUR website!


The triangle is a right triangle if one of the angles is a right angle. If one of the angles is a right angle then two of the sides will be perpendicular. If two lines are perpendicular, then their slopes will be negative reciprocals of each other. That is to say that if one slope is then the slope of the perpendicular will be .

So your first step is to use the slope formula:



where and are the coordinates of the given points to find the slopes of the three lines that contain the segments that form the sides of the triangle.

Once you have the three slope numbers, determine if any pair of them are negative reciprocals of each other.

The point of intersection of the two sides that are perpendicular is the right angle vertex.

The hypotenuse is the side opposite the right angle, hence the endpoints of the hypotenuse are the two points that are NOT the right angle. Use the midpoint formulas to calculate the coordinates of the midpoint of the hypotenuse:

and



You can't write the equation of a median. The median is a line SEGMENT. You can write the equation of the line containing the median. The median from a vertex is the line segment that joins the vertex to the midpoint of the opposite side. You know the coordinates of the vertex from part b of this problem and you know the coordinates of the midpoint of the hypotenuse from part d of this question, so you know the coordinates of two points on the line containing the desired median segment. Use the two-point form of an equation of a line to derive the desired equation.



where and are the coordinates of the given points.

Simplify as necessary/desired.

The altitude from the vertex of the right angle to the hypotenuse is, by definition, perpendicular to the hypotenuse. Recall that perpendiculars have negative reciprocal slopes. You have the slope of the hypotenuse from the calculations you did for part a of this problem. Calculate the negative reciprocal of the slope of the hypotenuse to find the slope of any line perpendicular to the line containing the hypotenuse.

Then use the point-slope form of an equation of a line:



where are the coordinates of the right angle vertex (part b of this problem) and is the calculated slope.

Simplify as desired or required.

John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism



Question 566063: Please help me i dont understand the cocine and sin and tan.
the right trangle.
the acute angle equals 26 and the side acroos the 90 degree angle is b and the side across the 26 degree angle equals a and the last side aquals 80

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
the acute angle equals 26 and the side acroos the 90 degree angle is b and the side across the 26 degree angle equals a and the last side aquals 80
---------------
It's not clear what you mean.


Question 566077: Please help me with this problem!!
i would highly appreciate it!
solve for y and z
round values to the nearest whole number.
a right triangle.
the side across the right angle 13
the length across the acute or the smallest angle "y" equals 5
and the other angle is z

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
solve for y and z
round values to the nearest whole number.
a right triangle.
the side across the right angle 13
the length across the acute or the smallest angle "y" equals 5
and the other angle is z
------------
It's the 5, 12, 13 right triangle.
------
The smallest angle is opposite the side of 5.
Its sine = 5/13
--> angle =~ 22.62 degs
The other angle is 90 - 22.62 = 67.38 degs


Question 566079: please help me i am ot soo good with word problems. if u can please help me i would appreciate it!!
tim needs to find the height of a tower surrounded by a fence, which prevents direct measurement of the tower's shadow length. Tim was instead able to find that the shadow was 650 feet longer at a 30 degree angle as compared to a 45 degree angle of the sun. Help Tim solve for the tower height.
please help me!!!!
Thank you!!!

Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
Let the shadow at 45 deg be x
at 30 deg it is x+650 ft
let height of tower be h ft
Tan 45 = h/x
but tan 45 = 1
so h = x
Tan 30 = h/(h+650)
1/sqrt(3)= h/(h+650)
h+650 = h sqrt(3)
hsqrt(3)-h = 650
h(sqrt(3)-1)=650
h= 650/(sqrt(3)-1)
h= 888 ft


Question 564636: a rectangle is 3/4 as wide as it is long. how long is the rectangle if it is 8 inches wide.
Answer by ad_alta(170) About Me  (Show Source):
You can put this solution on YOUR website!
Let the length be 'l' and the width be 'w.' Then (3/4)l=w implies (3/4)l=8, so l=32/3 [10.6666 repeating].


Question 564036: two cars leave a crossroads at the same time. one heads north at 50 km/h and the other heads east at 70 km/h. how far apart are the cars after 2.0 hours?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
they are travelling at right angles to each other.
At any given instant they form a right triangle with their starting point

after 2 hours one car is 100 km away from starting point and another car 140 km
leg1 = 100 km
Leg2 = 140 km

Hypotenuse^2 100 ^2 + 140 ^2
Hypotenuse^2 10000 + 19600
Hypotenuse^2 29600
take the square root
Hypotenuse^2 172.05 km


Question 563859: Hans has a sheet of tin 52 cm by 90 cm. He plans to make a box by cutting squares out of each of the 4 corners and folding up the remaining edges. How large a square should he cut so that the finished box will have a length that is twice its width?
Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
+90+-+2x+=+2%2A%28+52+-+2x+%29+
+90+-+2x+=+104+-+4x+
+4x+-+2x+=+104+-+90+
+2x+=+14+
+x+=+7+
The squares should be 7 cm x 7 cm
check:
+90+-+2x+=+2%2A%28+52+-+2x+%29+
+90+-+2%2A7+=+2%2A%28+52+-+2%2A7+%29+
+90+-+14+=+2%2A%28+52+-+14+%29+
+76+=+2%2A%28+38+%29+
OK


Question 563356: what is the formula for finding the sqare root of 30 feet by 40 feet
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
what is the formula for finding the sqare root of 30 feet by 40 feet
-----------
If it's a rectangle, it's area = L*W
area = 30*40 = 1200 sq ft
-------------
Square root is something different.


Question 563100: On the coordinate grid of a map Jeff's house is located at (9,5). Hannah's house is at (-5,-5), Kenya's house is located at the midpoint between Jeff and Hannah's houses. What is the distance between Hannah's house to Kenya's house (in mileage).

Note:.... I came up with a distance of 17.2 units, but 1) not sure that is right and 2) need for the answer to be in miles.

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
On the coordinate grid of a map Jeff's house is located at (9,5). Hannah's house is at (-5,-5), Kenya's house is located at the midpoint between Jeff and Hannah's houses. What is the distance between Hannah's house to Kenya's house (in mileage).
-------------
d+=+sqrt%28diffy%5E2+%2B+diffx%5E2%29+=+sqrt%2810%5E2+%2B+14%5E2%29+=+sqrt%28296%29
d =~ 17.2 units from Jeff's house to Hannah's house
------------
--> 17.2/2 = 8.6 units to Kenya's house
-------------
There's no info given on miles. No way to convert units to miles.


Question 561513: Grace is 4 ft. tall and standing in the light of a 20 ft. tall lamppost. her shadow is 8 ft. long. If she moves 1 ft. closer to the lamppost, by how much will her shadow decrease?
Answer by scott8148(5880) About Me  (Show Source):
You can put this solution on YOUR website!
using similar triangles ___ 4 / 8 = 20 / (d + 8)

"cross" multiplying ___ 4d + 32 = 160 ___ d = 32 ___ this is the starting distance from the lamppost

4 / s = 20 / (31 + s) ___ 4s + 124 = 20s ___ 31 / 4 = s

her shadow decreases 1/4 ft or 3 in


Question 561277: Is 32 feet greater than, less than, or egual to 11 yards?
Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
The units conversion is ( 3 feet / 1 yard )
+11+ yds x +3%2F1+ ft / yd = +33+ ft
+32+ ft is less than +33+ ft


Question 559312: The distance around (perimeter) a certain rectangular playing field is 310 meters. The length is 65 meters more than the width. What are the dimensions (length and width) of the field? I need help solving this problem please....step by step. Thank you.
Answer by ankor@dixie-net.com(12692) About Me  (Show Source):
You can put this solution on YOUR website!
This is not hard, write an equation for each statement
The distance around (perimeter) a certain rectangular playing field is 310 meters.
2L + 2W = 310
We can simplify this, divide by 2
L + W = 155
:
The length is 65 meters more than the width.
L = W + 65
now
Using the 1st simplified equation, we can replace L with (W+65), find W
(W+65) + W = 155
2W = 155 - 65; subtracted 65 from both sides
2W = 90
W = 90/2; divided both sides by 2
W = 45 meters is the width
then
L = W + 65
L = 45 + 65
L = 110 meters is the length
:
:
Confirm this by finding the perimeter using these dimensions
2(110) + 2(45) =
220 + 90 = 310
:
Was this step-by-step enough?





Question 559702: the coordinate of p are (-2,5) and the coordinates of q are (6,1).
a.what is the slope of pq?
b.what is the equation?
c.what are the coordinates of the mp of pq?
d. what is the eqquation of the perpendicular bisector of pq?

Answer by solver91311(12126) About Me  (Show Source):
You can put this solution on YOUR website!


a. use the slope formula:



where and are the coordinates of points P and Q.

b. Presuming you mean "what is AN equation of the line containing the segment PQ", use the point-slope form of an equation of a line:



where are the coordinates of either point P or point Q and is the slope calculated in part a.

c. Use the midpoint formulas:

and



where and are the coordinates of points P and Q. Then the midpoint is the point

d. Again, presuming you mean "AN equation": The perpendicular bisector of PQ is the line perpendicular to PQ that passes through the midpoint. The slope of a line perpendicular to a given line is the negative reciprocal of the slope of the given line. Calculate the negative reciprocal of the slope that you calculated in part a, that is calculate . Then use the point-slope form of an equation of a line to derive the desired equation:



where are the coordinates of the midpoint of segment PQ and is the negative reciprocal of the slope calculated in part a.

John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism




Question 559689: A rectangle has a perimeter of 12 m. If each side is a whole number of meters, what arethe possible dimensions for the length and width

Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
A rectangle has a perimeter of 12 m. If each side is a whole number of meters, what arethe possible dimensions for the length and width
---
Perimeter = 2(length + width)
12 = 2(length + width)
length + width = 6
-----------------------------
Length can be 1,2,3,4,5
thenwidth will be 5 or 4 or 3 or 2 or 1
------
Cheers,
Stan H.
=============


Question 557911: when given the endpoint (4,2) and the midpoint (6,0) how do you find the other endpoint. You have to do (4+x)/2=6 and (2+y)/2=0 then what?
Answer by richard1234(4794) About Me  (Show Source):
You can put this solution on YOUR website!
Just solve for x and y.

The more intuitive approach is: to get from (6,0) to (4,2) you can subtract 2 from the x-coordinate and add 2 to the y-coordinate. Hence, to find the other point, "reverse" it: add 2 to the x-coordinate and subtract 2 from the y-coordinate to obtain (8,-2).


Question 557473: whats bigger 1.25m or 1200cm
Answer by Earlsdon(6103) About Me  (Show Source):
You can put this solution on YOUR website!
1.25m or 1200cm?
Convert the meters to centimeters.
1.25m(100cm/m) = 125cm, so...
So which is bigger?
125cm or 1200cm?


Question 556822: if the coordinates of the end point of ab are a(-6,3) b(2,-3) and the midpoint is (2.5,1) how do i find the length of ab
Answer by bucky(2097) About Me  (Show Source):
You can put this solution on YOUR website!
Something is wrong in this problem. If the (x, y) coordinate points at the ends of the line ab are at:
.
a = (-6,3) and
b = (2,-3)
.
then the midpoint of the line ab is not located at (2.5, 1)
.
So either one or both of the points a and b is wrong, or the midpoint is wrong. Or possibly all three are wrong.
.
Here is the way to do this problem. Let's assume that the coordinates for a and b are correct. It will help you to visualize the following actions if you make a quick sketch of the coordinate axes and then plot the two points. You don't need to be accurate for this sketch. The purpose of the sketch is just to help you visualize what is going on. Notice that point a is in the second quadrant (the upper left quarter) of the coordinate axes where x is to the left of the y-axis by 6 units and y is 3 units above the x-axis. And point b is in the fourth quadrant (the lower right quarter) where b is 2 units to the right of the y-axis and 3 units below the x-axis.
.
Starting with these two locations and only moving in the horizontal and vertical directions, how can we get from point a to point b. Let's start at point a and move horizontally to the right until we are above point b. [For reference, let's call this location point c. And point c should be (2, 3) just to make sure you are doing this correctly.] At that point we switch directions and go vertically down until we arrive at point b.
.
Look at your sketch. Can you see that figure acb is a right triangle? Its legs are ac and cb and its hypotenuse is ab.
.
How long is leg ac? You should see that ac goes from -6 on the x axis to +2 on the x-axis. Therefore, ac is 8 units long. (Notice that this distance can be found by subtracting the x coordinate of point a from the x coordinate of point b. That is by subtracting 2 - (-6) and getting 2 + 6 = 8.)
.
Then how long is leg cb? This time you should be able to see that this vertical leg begins at 3 units above the x-axis and goes down to b at 3 units below the x-axis, a total distance of 6 units. (This time notice that this distance can be found by subtracting the y coordinate of point c from the y coordinate of point b. That is by subtracting -3 minus 3 and getting -3 -3 = -6 which is a length of 6 units downward.)
.
So we have right triangle acb with legs ac = 8 and cb = 6. The length ab is the hypotenuse of this triangle and it is the distance you are trying to find.
.
Since this is a right triangle shown on your sketch, you can use the Pythagorean theorem to find the length of the hypotenuse. Remember that the Pythagorean theorem says that the square of the hypotenuse is equal to the sum of the squares of the two legs. So letting H represent the hypotenuse (line ab), M represent line ac, and N represent the leg cb, we can write the Pythagorean theorem as:
.
H^2 = M^2 + N^2
.
Now we can substitute 8 for the leg M and 6 for the leg N to get:
.
H^2 = 8^2 + 6^2
.
8^2 is equal to +64 and 6^2 is equal to +36. So we can say:
.
H^2 = 64 + 36
.
and the right side of this equation totals to 100. So we have:
.
H^2 = 100
.
and we can solve for H by taking the square root of both sides to get:
.
H = 10
.
So the distance from point a to point b (the length of line ab) is equal to this hypotenuse and is 10 units in length. That's the answer you were to find. Notice that you did not need to know the midpoint of line ab to find this distance.
.
Just for added measure, how do you find the midpoint of line ab? Not too tough.
.
We begin by finding the x-value of the midpoint of line ac on your sketch. Recall that line ac started at x = -6 and went horizontally to x = +2. Recall that we decided this line was 8 units long. So its midpoint will be half of 8 units which will make it 4 units away from each of its ends. We either go 4 units to the right of -6 or 4 units to the left of +2. Either way we find that the value of x at the midpoint is x = -2. So our midpoint of line ab has the x value of -2.
.
We continue by finding the y-value of the midpoint of line cb on your sketch. Recall that line cb started at y = +3 and went vertically to y = -3. Recall that we decided this line was 6 units long. So its midpoint will be half of 6 units or will be 3 units away from each end. We either go 3 units down from +3 or 3 units up from -3. Either way we find that the value of y at the midpoint is 0. So our midpoint of line cb has the y value of 0 and this is the y value for the midpoint of line ab.
.
Now we can say that the midpoint of line ab is at (-2, 0)
.
Hope this helps you to understand this problem. Maybe sketching out what is involved will help you to understand what you are doing when you work with the distance formula. You don't need to memorize the distance formula if you make a sketch such as we did in this problem and then apply the Pythagorean theorem to solve it.
.
Good luck. With a little practice this will become easier to understand what you need to do.
.


Question 556225: A rope measures 15 1/2 feet and needs to cut in equal parts. Find the length of each piece

Answer by Theo(2967) About Me  (Show Source):
You can put this solution on YOUR website!
let x equal the number of equal parts.
length of each piece = 15.5 feet divided by x.
if x = 5, then each piece is equal to 15.5/5 = 3.1 feet
3.1 * 5 = 15.5
if x = 742, then each piece is equal to 15/5/742 = .0208894879 feet.


Question 556037: A man is planning to fence the front of his property with posts 2 m apart. Short of money he decides to make the posts 3 m apart and uses 3 posts less. How wide is the property?
Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
Let +n+ = the number of posts used when they are 2 m apart
There has to be a post at each end
so, the number of spaces between posts
is 1 less than the number of posts
given:
width = +%28+n+-+1%29%2A2+ m
width = +%28+n+-+3+-+1+%29%2A3+ m
+%28+n+-+1+%29%2A2+=+%28+n+-+4+%29%2A3+
+2n+-+2+=+3n+-+12+
+n+=+12+-+2+
+n+=+10+
and
width = +%28+n+-+1+%29%2A2+
width = +%28+10+-+1+%29%2A2+
width = +18+
The width of the property is 18 m
check:
+%28+n+-+1+%29%2A2+=+%28+n+-+4+%29%2A3+
+%28+10+-+1+%29%2A2+=+%28+10+-+4+%29%2A3+
+18+=+18+
OK


Question 555635: each lace is 75 cm long. How many pairs of laces i can make from a narrow strip of leather 10 m long?
Answer by TutorDelphia(189) About Me  (Show Source):
You can put this solution on YOUR website!
First lets get everything in the same units. there are 100 cm for every 1 meter.
10m=10*100cm=1000cm
1000cm/75cm=13 1/3. So we can make 13 complete laces
To get the number of pairs take 13/2=6 with a remainder of 1 so we get 6 complete pairs.


Question 555259: If the minute hand of a big clock is 1.2 cm long, how far does the tip of the minute hands move in 20 minutes?
Answer by nerdybill(5404) About Me  (Show Source):
You can put this solution on YOUR website!
If the minute hand of a big clock is 1.2 cm long, how far does the tip of the minute hands move in 20 minutes?
Since circumference of a circle made by the tip of the minute hand is:
2(pi)r
2(3.14)1.2
7.536 cm
.
if it travels 20 minutes, that is:
20/60 of the circle
or
1/3 of circle
.
Distance travel is then:
(1/3)(7.536) = 2.512 cm


Question 555039: How should I cut a rope into two parts so that one part is 10 feet longer than the other?
Answer by priscila(1) About Me  (Show Source):
You can put this solution on YOUR website!
cut it perfectly using a meter or anything that has measurement....


Question 554932: 1in:45yd write the scale without units
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
1in:45yd write the scale without units
1:1620


Question 554451: what is the length of a cube if the volume is 80 feet cubed?
Answer by Theo(2967) About Me  (Show Source):
You can put this solution on YOUR website!
a cube has all sides equal in length.
this makes the volume of the cube equal to s^3 where s represents the length of a side.
your equation is:
s^3 = 80
take the cube root of both sides of the equation to get:
root(3,s^3) = s = root(3,80) = 4.30886938


Question 554259: Lora walks to the library in 1/3 of an hour. The library is 3/4 miles away. What is her pace?
Answer by josmiceli(6783) About Me  (Show Source):
You can put this solution on YOUR website!
Her pace is ( distance ) / ( time )
+%283%2F4%29+%2F+%28+1%2F3+%29+ miles/hour
+%283%2F4%29%2A3+=+9%2F4+ miles/hour
+9%2F4+=+2+%2B+1%2F4+ mi/hr
Her pace is 2 1/4 miles/hour


Question 554189: how would you solve (8,4) and (12,2) using the distance formula
Answer by kkasko(45) About Me  (Show Source):
You can put this solution on YOUR website!
how would you solve (8,4) and (12,2) using the distance formula?
sqrt(x2-x1)^2+(y2-y1)^2
sqrt(12-8)^2+(2-4)^2
sqrt(4)^2+(-2)^2
sqrt16+4
sqrt20
=4.472135955


Question 554197: how would you solve (0,1) and (2,-1) using the distace formula
Answer by kkasko(45) About Me  (Show Source):
You can put this solution on YOUR website!
sqrt(x2-x1)^2+(y2-y1)^2
sqrt4+1
sqrt(2-0)^2+(-1-1)^2
sqrt(2)^2+(-2)^2
sqrt(4+4)
sqrt8
=2.828427125


Question 553751: 1.Find the distance between point A(-3, 5) and point B(4, -6) in the coordinate plane
Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
Find the distance between point A(-3, 5) and point B(4, -6) in the coordinate plane
-----
d = sqrt[(-6-5)^2+(4--3)^2]
---
d = sqrt[121+49]
--
d = sqrt[170]
==================
Cheers,
Stan H.
==========


Question 552879: Brandon walks 2/3 of a mile to school.How many yards does he walk?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
1 mile = 1760 yards
2/3 mile =
2/3 *1760
=2*586.66
=1173.33 yards


Question 552692: Points T and J are 7 units apart. What is the number of points 2 units from T and 4 units from J?

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
Points T and J are 7 units apart. What is the number of points 2 units from T and 4 units from J?
------------------
Zero.
The points 2 units from T are on a circle centered at T, radius 2 units.
Same for J, radius = 4 units.
The circles don't overlap or intersect.
--> zero


Question 552682: You are fencing in a backyard that measures 30 ft by 20 ft. How
much fencing should you buy?

Answer by jim_thompson5910(21667) About Me  (Show Source):
You can put this solution on YOUR website!
Assuming the backyard is a rectangle, the perimeter of the yard is then P = 2*30 + 2*20 = 60+40 = 100 ft


So you need 100 ft of fencing.


Question 551669: A pump boat moves at an average speed of 40 kilometers per hour. Suppose it can cover a certain distance in 2hours. if it is moving in the direction of the current and in 2 1/2 hours if it is moving against the current. What is the speed of the current?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
Boat speed = 40 km/h
current speed = x km/h
wind speed
speed against current 40 -x
speed with current 40 +x

Distance against current x km
Distance with current x km
time with current = 2 hours
y/(40+x) =2
y=2(40+x)
y=80+2x..........(1)
Time against current = 2 1/2 hours
y/(40-x)=5/2
y= 5(40-x)/2............(2)
equate equation (1) & (2)
80+2x=5(40-x)/2
multiply by 2
160+4x=200-5x
9x=40
/9
x=40/9
x=4.44 km/h speed of current
m.ananth@hotmail.ca



Question 551668: At 6 AM, Joe set out on a hike from his home and walked at an average speed of 5 kilometers per hour. after walking a certain distance, he noticed that he forgot his lunch box. He rode a jeep and went back home at a speed of 45 kilometers per hour. If he reached his home at 7 AM how far has he walked?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
let the distance he walked be x
t=d/r
time taken to walk = x/5
he went by jeep.
time taken by jeep = x/45
time to reach home = 1 hour
walking time + jeep time = 1
x/5+x/45 =1
LCD = 45
multiply the equation by 45
9x+x=45
10x=45
/10
x=4.5 km




Question 551665: The length of a rectangle is 5 meters less than four times its width. if the perimeter of the rectangle is 110 meters, what is the length of the rectangle?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
width =x
length = 4x-5
perimeter =110
Perimeter = 2(L+W)
110 = 2(x+4x-5)
110=2(5x-5)
110=10x-10
10x=110+10
10x=120
/10
x=12 m the width
length = 4x-5==> 4*12-5==> 48-5=43 m


Question 551653: The length of a certain rectangle is 4cm greater than the side of a square. The width of the rectangle is 2cm less than the side of the square. The area of the rectangle is 6square cm greater than the area of the square. How long is each side of the square?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
side of square = x
Area of square = x^2
width of rectangle = x-2
length of rectangle = x+4
Area of rectangle = (x-2)(x+4)
=x^2+2x-8
x^2+2x-8=x^2+6
2x-8=6
2x=8+6
2x=14
/2
x=7
square side = 7 cm


Question 551651: Two trains are leaving a station. The Southbound train travels at 60 kilometers per hour, while the northbound train moves at 45 kilometers per hour. in how many hours will the trains be 300 kilometers apart if both will travel continuously?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
North 45 km/h
south 60 km/h
opposite directions
so add up speeds
60+45 = 105 km/h
distance = 300 km
t=d/r
t= 300/105
t= 2.85 hours


Question 551652: Find Three consecutive integers such that 6 less than 5 times the smallest integer is equal to the largest integer.
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
x,x+1,x+2 be the integers
5x-6 =x+2
5x-x=6+2
4x=8
/4
x=2
2,3,4 are the integers


Older solutions: 1..45, 46..90, 91..135, 136..180, 181..225, 226..270, 271..315, 316..360, 361..405, 406..450, 451..495, 496..540, 541..585, 586..630, 631..675, 676..720, 721..765, 766..810, 811..855, 856..900, 901..945, 946..990, 991..1035, 1036..1080, 1081..1125, 1126..1170, 1171..1215, 1216..1260, 1261..1305, 1306..1350, 1351..1395, 1396..1440, 1441..1485, 1486..1530, 1531..1575, 1576..1620, 1621..1665, 1666..1710