Loading [MathJax]/jax/output/SVG/jax.js
 
  Questions   
Sort: 
 #3
avatar
0

Melody: What you calculated are "permutations with repeats allowed" as compared to the first answer, which are "combinations with repeats allowed". Here are the "permutations" you calculated:

 

{A, A, A} | {A, A, B} | {A, A, C} | {A, A, D} | {A, A, E} | {A, B, A} | {A, B, B} | {A, B, C} | {A, B, D} | {A, B, E} | {A, C, A} | {A, C, B} | {A, C, C} | {A, C, D} | {A, C, E} | {A, D, A} | {A, D, B} | {A, D, C} | {A, D, D} | {A, D, E} | {A, E, A} | {A, E, B} | {A, E, C} | {A, E, D} | {A, E, E} | {B, A, A} | {B, A, B} | {B, A, C} | {B, A, D} | {B, A, E} | {B, B, A} | {B, B, B} | {B, B, C} | {B, B, D} | {B, B, E} | {B, C, A} | {B, C, B} | {B, C, C} | {B, C, D} | {B, C, E} | {B, D, A} | {B, D, B} | {B, D, C} | {B, D, D} | {B, D, E} | {B, E, A} | {B, E, B} | {B, E, C} | {B, E, D} | {B, E, E} | {C, A, A} | {C, A, B} | {C, A, C} | {C, A, D} | {C, A, E} | {C, B, A} | {C, B, B} | {C, B, C} | {C, B, D} | {C, B, E} | {C, C, A} | {C, C, B} | {C, C, C} | {C, C, D} | {C, C, E} | {C, D, A} | {C, D, B} | {C, D, C} | {C, D, D} | {C, D, E} | {C, E, A} | {C, E, B} | {C, E, C} | {C, E, D} | {C, E, E} | {D, A, A} | {D, A, B} | {D, A, C} | {D, A, D} | {D, A, E} | {D, B, A} | {D, B, B} | {D, B, C} | {D, B, D} | {D, B, E} | {D, C, A} | {D, C, B} | {D, C, C} | {D, C, D} | {D, C, E} | {D, D, A} | {D, D, B} | {D, D, C} | {D, D, D} | {D, D, E} | {D, E, A} | {D, E, B} | {D, E, C} | {D, E, D} | {D, E, E} | {E, A, A} | {E, A, B} | {E, A, C} | {E, A, D} | {E, A, E} | {E, B, A} | {E, B, B} | {E, B, C} | {E, B, D} | {E, B, E} | {E, C, A} | {E, C, B} | {E, C, C} | {E, C, D} | {E, C, E} | {E, D, A} | {E, D, B} | {E, D, C} | {E, D, D} | {E, D, E} | {E, E, A} | {E, E, B} | {E, E, C} | {E, E, D} | {E, E, E} (total: 125)

 

Note: See the difference between the two in this article:

https://en.wikipedia.org/wiki/Combination.  [Look under "Number of combinations with repetition"

May 19, 2018
 #2
avatar+2446 
0

Problem #1: "how close does the line 2x-5y=4 come to the point (1,5)​"

 

When measuring distance from a point to a line, it is important that you find the perpendicular distance. I think a diagram could be useful for this problem. I have provided you with one that encompasses this exact problem:

 

 

¯BC is included in the equation given, 2x5y=4

d is the perpendicular distance from the desired point, A, to the line, 

 

I think that converting the equation into slope-intercept (y=mx+b) form is the way to go. To do this, solve for y:

 

2x5y=4Subtract the x-term to the left-hand side of the equation.
5y=2x+4Divide by -5.
y=25x45;m¯CB=25,b=45 
  

 

When the equation is in this form, it gives us much more valuable information that standard form does. For example, we now know what the slope is. This can also allow us to find the slope of the perpendicular line because perpendicular lines are always opposite reciprocals of the original slope. 

 

m¯AB=252552Now that we know the slope of this line, let's substitute this into the new equation for the segment.
y=52x+bThere are a few methods to determine the "b." I will just substitute the coordinate that I know that lies on this line, (1,5), and solve for b.
x=1,y=5;5=521+bSolve for b.
5=52+bAdd 5/2 to solve completely. 
b=5+52=102+52=152Therefore, the final equation of the line is the following.
y=52x+152 
  

 

Why would we want to find the equation of the line AB. Well, I now have a system of equations, so I can figure out where both lines intersect. As a refresher, here are the equation of both lines again. Both lines are already solved for y, so we can utilize the substitution method to figure out the intersection point.:

 

y=25x45y=52x+152

 

25x45=52x+152When there are so many fractions in the same problem, I would suggest multiplying by the LCM of the fractions. In this case, that would be 10. 
10(25x45)=10(52x+152)Now, simplify! In the meantime, kiss those fractions goodbye!
22x24=55x+515This is the beauty of multiplying the entire equation by the LCM. 
4x8=25x+75Now, solve for x.
29x=83This system of equations is ugly, unfortunately. No nice numbers.
x=8329 
  


Unfortuntately, these are not the nicest numbers. We now have to compute the y-coordinate. Substitute in the x-coordinate for one of the two equations.

 

y=25x45x=83/29.
y=25832945It is possible that the best way to compute this by hand is to factor out 2/5 temporarily. 
y=25(83292)Now, do the subtraction outside of the parentheses. 
83292=83295829=2529Plug this into the original computation. 
y=252529=21529=1029With this, I am able to do some simplification before multipyling thankfully. 
(8329,1029)This is the coordinate of the intersection, or point B. 
  


To find the distance, just use the distance formula! This finds the distance from point A to B, which is also the closest. 

 

d=(x2x1)2+(y2y1)2The two coordinates we are plugging in is  (8329,1029) and (1,5)
d=(83291)2+(10295)2I would just plug this into a calculator and solve. 
d=542292+1352292Combine the fractions together. 
d=21141292Distribute the square root symbol to the numerator and denominator. 
d=21141292This is really convenient because the square root of something squared is itself. We must factor the numerator, though, to ensure it has no common factors. 
d=362929That's a lot of factors of three! Let's bring that to the outside. 
d=332929=2729295.01unitsThe radical form is the exact answer, and 5.01 units gives you an idea of the approximate distance. 
  

 

Problem #2: "how close does the circle with the radius 4 and center at (4,3) come to the point (10,3)?"

 

I think this question is easier to answer. The center of the circle lies on (4,3). The radius is 4 units long, so it could extend to the point (8,3), which is 2 units away from the desired point (10,3). I know this because both points lie on the same y-coordinate. 

May 19, 2018

0 Online Users