New!
Get regular updates about newly solved problems
via algebra.com's RSS system.
Recent problems solved by 'AnlytcPhil'
AnlytcPhil answered: 1273 problems
Jump to solutions: 0..29 , 30..59 , 60..89 , 90..119 , 120..149 , 150..179 , 180..209 , 210..239 , 240..269 , 270..299 , 300..329 , 330..359 , 360..389 , 390..419 , 420..449 , 450..479 , 480..509 , 510..539 , 540..569 , 570..599 , 600..629 , 630..659 , 660..689 , 690..719 , 720..749 , 750..779 , 780..809 , 810..839 , 840..869 , 870..899 , 900..929 , 930..959 , 960..989 , 990..1019 , 1020..1049 , 1050..1079 , 1080..1109 , 1110..1139 , 1140..1169 , 1170..1199 , 1200..1229 , 1230..1259 , 1260..1289, >>Next
Circles/748607: the circle passes through the point (0,0), (5,0) and (3,3) 1 solutions
Answer 455566 by AnlytcPhil(1276) on 2013-05-14 14:50:26 (Show Source):
You can put this solution on YOUR website!the circle passes through the point (0,0), (5,0) and (3,3)
You can do this either by using the general form or the standard form.
I'll first do it with the general form:
x² + y² + Dx + Ey + F = 0
Substitute (x,y) = (0,0)
0² + 0² + D(0) + E(0) + F = 0
F = 0
So we have
x² + y² + Dx + Ey + 0 = 0
x² + y² + Dx + Ey = 0
Substitute (x,y) = (5,0)
5² + 0² + D(5) + E(0) = 0
25 + 5D = 0
25 + 5D = 0
5D = -25
D = -5
So we have:
x² + y² + Dx + Ey = 0
x² + y² - 5x + Ey = 0
Substitute (x,y) = (3,3)
x² + y² - 5x + Ey = 0
(3)² + (3)² - 5(3) + E(3) = 0
9 + 9 - 15 + 3E = 0
3 + 3E = 0
3E = -3
E = -1
x² + y² - 5x + Ey = 0
x² + y² - 5x - y = 0
------------------------------------------
You can also use the standard form equation for a circle:
(x - h)² + (y - k)² = r²
Substitute (x,y) = (0,0)
(0 - h)² + (0 - k)² = r²
h² + k² = r²
Substitute (x,y) = (5,0)
(5 - h)² + (0 - k)² = r²
25 - 10h + h² + k² = r²
Substitute (x,y) = (3,3)
(3 - h)² + (3 - k)² = r²
9 - 6h + h² + 9 - 6k + k² = r²
18 - 6h - 6k + h² + k² = r²
So we have this system of equations:
h² + k² = r²
25 - 10h + h² + k² = r²
18 - 6h - 6k + h² + k² = r²
If we subtract the first equation term by term from each of the
other two equations we have:
25 - 10h = 0
18 - 6h - 6k = 0
Solving the first for h
25 - 10h = 0
-10h = -25
h =
h =
Substituting in
18 - 6h - 6k = 0
18 - 6 - 6k = 0
18 - 15 - 6k = 0
3 - 6k = 0
-6k = -3
k =
k =
Substituting in
h² + k² = r²
   
   
 
 
So the equation
(x - h)² + (y - k)² = r²
becomes
(x - )² + (y - )² =
It was harder but mainly because the center and radius were fractions.
Here is the graph. Notice that the circle passes through the
given points and has center ( , ) or (2.5,.5)
The radius is ≈ 2.55
Edwin
|
Probability-and-statistics/739508: : A bag contains 7 red marbles labeled {1,2,3,4,5,6,7} and 5 green marbles labeled
{1,2,3,4,5}. Four marbles are pulled out at once (i.e. with no particular order). What is the
probability that (10 marks)
(a) all four marbles are red? 1 solutions
Answer 451157 by AnlytcPhil(1276) on 2013-04-19 08:54:38 (Show Source):
You can put this solution on YOUR website!
The set of marbles consists of:
{1, 2, 3, 4, 5, 6, 7, 1, 2, 3, 4, 5}
     
Edwin
|
Matrices-and-determiminant/737510: Use Gaussian elimination.
2w-3x+4y+z=7
w-x+3y-5z=10
3w+x-2y-2z=6 1 solutions
Answer 450430 by AnlytcPhil(1276) on 2013-04-14 17:10:21 (Show Source):
You can put this solution on YOUR website!
This will likely have infinitely many solutions,
since there are more letters, variables, than equations.
2w - 3x + 4y + z = 7
w - x + 3y - 5z = 10
3w + x - 2y - 2z = 6
Swap rows 1 and 2, to get a 1 in the
upper left corner:
abbreviated R1<->R2
To get a 0 where the 2 is, multiply row 1
by -2 and add it to row 2:
abbreviated -2R1+R2->R2
To get a 0 where the bottom left 3 is,
multiply row 1 by -3 and add it to row 3:
abbreviated -2R1+R2->R2
To get a 1 where the -1 is on Row 2,
multiply row 2 by -1
abbreviated -R2->R2
To get a 0 where the 4 is,
multiply row 2 by -4 and add it to row 3:
abbreviated -4R2+R3->R3
To get a 1 where the -19 is on Row 3,
multiply row 3 by -1/19
Then we change the matrix back to equations:
w - x + 3y - 5z = 10
x + 2y - 11z = 13
y - 3z = 4
Solve each equation for the first letter
w = 10 + x - 3y + 5z
x = 13 - 2y + 11z
y = 4 + 3z
Now we do back substitution:
Sunstitute the expression for y in the middle equation:
x = 13 - 2(4 + 3z) + 11z
x = 13 - 8 - 6z + 11z
x = 5 + 5z
Substitute the expressions for x and y in the top equation:
w = 10 + x - 3y + 5z
w = 10 + (5 + 5z) - 3(4 + 3z) + 5z
w = 10 + 5 + 5z - 12 - 9z + 5z
w = 3 + z
So the solution is
(w,x,y,z) = (3+z, 5+5z, 4+3z, z)
Some teachers will tell you to use a different letter than z for z,
such as "a", or "k". If they use "a" the solution would be:
(w,x,y,z) = (3+a, 5+5a, 4+3a, a)
Edwin
|
Numbers_Word_Problems/724884: The units digit of a two-digit number is 2 more than the tens digit. If the number is divided by the sum of it's digits, the partial quotient is 4 and the remainder is 3. Find the number. I have figured out the number is 35, but again I am lost in finding the algebraic way to write it out. 1 solutions
Answer 443931 by AnlytcPhil(1276) on 2013-03-11 23:04:13 (Show Source):
You can put this solution on YOUR website!
t = the tens digit
u = the units digit
10t+u = the number
t+u = sum of digits
The units digit of a two-digit number is 2 more than the tens digit.
So u = t+2
If the number is divided by the sum of its digits, the partial quotient is 4 and the remainder is 3.
We divide as below. Multiply the partial quotient 4
by the divisor, t+u, getting 4t+4u. Then subtract that
from the dividend, 10t+u, and get remainder 6t-3u:
4
t+u)10t+ u
4t+4u
6t-3u = Remainder
And we are given that the remainder is 3. So
6t-3u = 3
So we have to solve this system of equations:
u = t+2
6t-3u = 3
Solve that by substitution and get t = 3 and u = 5.
So the number is 35.
Edwin
|
sets-and-operations/724863: a) Determine the sets A, B where A − B = {1, 3, 7, 11}, B – A= {2, 6, 8}, and A ∩ B= {4, 9}.
b) Determine the sets C, D where C − D = {1, 2, 4}, D − C = {7, 8}, and C ∪ D= {1, 2, 4, 5, 7, 8, 9}
1 solutions
Answer 443923 by AnlytcPhil(1276) on 2013-03-11 22:28:54 (Show Source):
You can put this solution on YOUR website!
Determine the sets A, B where
A - B = {1, 3, 7, 11}
From that we have:
1 ∈ A, 1 ∉ B
3 ∈ A, 3 ∉ B
7 ∈ A, 7 ∉ B
11 ∈ A, 11 ∉ B
B - A= {2, 6, 8},
From that we have:
2 ∈ B, 2 ∉ A
6 ∈ B, 6 ∉ A
8 ∈ B, 8 ∉ A
A ∩ B = {4, 9}
From that we have:
4 ∈ A, 4 ∈ B, 9 ∈ A, 9 ∈ B
So we end up with
A = {1,3,7,11,4,9}, B = {2,6,8,4,9}
----------------------------------------
C - D = {1, 2, 4},
From that we have:
1 ∈ C, 1 ∉ D
2 ∈ C, 2 ∉ D
4 ∈ C, 4 ∉ D
D − C = {7, 8},
From that we have:
7 ∈ D, 7 ∉ C
8 ∈ D, 8 ∉ C
C ∪ D = {1, 2, 4, 5, 7, 8, 9}
Since 5 and 9 are not in either C - D or in D - C,
they must be elements of both sets, since they were
removed in both cases of set subtraction. Therefore
C = {1,2,4,5,9}, D = {7,8,5,9}
Edwin
|
Equations/724873: One way to remember something is to explain it to another person. Suppose that you are studying this lesson with a friend who thinks that she should let x = 0 to find the x-intercept and let y = 0 to find the y-intercept. How would you explain to her how to remember the correct way to find intercepts of a line? 1 solutions
Answer 443919 by AnlytcPhil(1276) on 2013-03-11 21:32:18 (Show Source):
You can put this solution on YOUR website!
All points on the x-axis are like (2,0), (-4,0), (7,0), etc.
They all have their y-coordinates as 0. x-intercepts are all
on the x-axis, so to find them, we let y=0.
All points on the y-axis are like (0,3), (0,-5), (0,6), etc.
They all have their x-coordinates as 0. y-intercepts are all
on the y-axis, so to find them, we let x=0.
Edwin
|
Quadratic-relations-and-conic-sections/724585: What is the center and radius of the circle with the given equation?
(x – 1)^2 + (y + 1)^2 = 4
center (–1, 1); radius 4
center (1, –1); radius 4
center (–1, 1); radius 2
center (1, –1); radius 2 1 solutions
Answer 443810 by AnlytcPhil(1276) on 2013-03-11 14:13:44 (Show Source):
You can put this solution on YOUR website!(x – 1)² + (y + 1)² = 4
Compare it to
(x – h)² + (y - k)² = r²
x - 1 = x - h
h = 1
y + 1 = y - k
k = -1
So the center = (h,k) = (1,-1)
r² = 4
r = 2
So the radius is 2.
Edwimn
|
Geometry_proofs/724533: i need the proof of law of cosines and sines 1 solutions
Answer 443807 by AnlytcPhil(1276) on 2013-03-11 13:57:22 (Show Source):
You can put this solution on YOUR website!
There are three cases for the law of cosines and 2 cases for
the law of sines:
Case 1:
a² = b²+c²-2·b·c·cos(A) when ∠A and ∠B are both acute angles.
Draw altitude CD ⊥ AB. Label CD h for the height of ߡABC.
Label the left part of c, AD as x and the right part of c DB as c-x.
ߡADC and ߡBDC are right triangles, so by the Pythagorean
theorem,
h² = b²-x² and also h² = a²-(c-x)²
Therefore equate their right sides:
b²-x² = a²-(c-x)²
b²-x² = a²-(c²-2cx+x²)
b²-x² = a²-c²+2cx-x²
Add x² to both sides:
b² = a²-c²+2cx
From ߡADC, = cos(A) or x = b·cos(A)
Substituting that for x:
b² = a²-c²+2c·b·cos(A)
Isolate a² on the right side:
b² + c² - 2c·b·cos(A) = a²
That is equivalent to
a² = b²+c²-2·c·b·cos(A)
or since c·b = b·c,
a² = b²+c²-2·b·c·cos(A)
-----------------------
The law of sines for this case
= sin(A) and = sin(B)
h = b·sin(A) and h =a·sin(B)
So b·sin(A) = a·sin(B)
Divide both sides by sin(A)sin(B)
=
That's not complete yet, for we haven't shown that those
equal to but it will be when we finish
the next case.
--------------------------------------------
a² = b²+c²-2·b·c·cos(A) when ∠A is acute and ∠B is obtuse.
Extend AB and draw CD ⊥ AB. Label CD h for the height of ߡABD.
Label the left part of c, AD as x and the right part of c DB as c-x.
ߡADC and ߡBDC are right triangles, so by the Pythagorean
theorem,
h² = b²-(c+x)² and also h² = a²-x²
Therefore equate their right sides:
b²-(c+x)² = a²-x²
b²-(c²+2cx+x²) = a²-x²
b²-c²-2cx-x² = a²-x²
Add x² to both sides:
b²-c²-2cx = a²
From ߡADC, = cos(A)
c+x = b·cos(A)
x = b·cos(A)-c
Substituting in
b²-c²-2cx = a²
b²-c²-2c(b·cos(A)-c) = a²
b²-c²-2·c·b·cos(A)+2c² = a²
b²+c²-2·c·b·cos(A) = a²
That is equivalent to
a² = b²+c²-2·c·b·cos(A)
or since c·b = b·c,
a² = b²+c²-2·b·c·cos(A)
---------------------------
The law of sines for this case
= sin(A) and = sin(∠CBD)
h = b·sin(A) and h =a·sin(∠CBD)
So b·sin(A) = a·sin(∠CBD)
Divide both sides by sin(A)sin(∠CBD)
=
Now we use the fact that the sine of an angle
is equal to the sine of its supplement. Therefore
if we erase the extended part we can label ∠CBD as ∠B.
=
The law of sines is now complete for the first case
was for two angles being acute, and this case is for
when one angle is obtuse.
Since the other two angles are necessarily acute,
the first case takes care of them and we have the
complete law of sines:
= =
------------------------------------
To prove the law of cosines when A is an obtuse angle,
we have to accept the definition from xy-plane
trigonometry that cos(180°-A) = -cos(A).
We'll just take the above triangle and swap angles
A and B and sides a and b:
Extend BA and draw CD ⊥ BD. Label CD h for the height of ߡABC.
Label the extended segment, AD, as x.
ߡADC and ߡBDC are right triangles, so by the Pythagorean
theorem,
h² = b²-x² and h² = a²-(c+x)²
Therefore equate their right sides:
b²-x² = a²-(c+x)²
b²-x² = a²-(c²+2cx+x²)
b²-x² = a²-c²-2cx-x²
Add x² to both sides:
b² = a²-c²-2cx
From ߡADC, = cos(CAD),
x = b·cos(CAD)
and since ∠CAD and ∠BAC are supplementary,
cos(∠CAD) = -cos(∠BAC)
and
x = -b·cos(∠BAC)
b² = a²-c²-2cx
becomes:
b² = a²-c²-2c[-b·cos(∠BAC)]
b² = a²-c²+2c·b·cos(∠BAC)
Isolate a² on the right
b²+c²-2c·b·cos(∠BAC) = a²
which is equivalent to
a² = b²+c²-2c·b·cos(∠BAC)
or since c·b = b·c,
a² = b²+c²-2·b·c·cos(∠BAC)
and if we erase the extended
segment x, we can write ∠BAC as
∠A and have
a² = b²+c²-2·b·c·cos(A)
---------------------------
Edwin
|
Polygons/724520: A Regular decagon A,B,C,D,E,F,G,H,I,J is in the x-y plane.Measure of angle ADH in degrees is ? 1 solutions
Answer 443779 by AnlytcPhil(1276) on 2013-03-11 06:27:20 (Show Source):
You can put this solution on YOUR website!
Central angle AOH is made up of the 3 red central angles.
Each of those three central angles measures 360°÷10 or 36°.
So the 3 of them have measure 3×36° or 108°, so angle AOH
has measure 108°. Therefore minor arc AH which angle ADH
subtends has measure 108°.
Angle ADH is an inscribed angle and an inscribed angle gas
the measure of one-half of the measure of its subtended arc.
Angle ADH subtends the same arc which central angle AOH
subtends. Thus the measure of angle ADH is one-half of 108°
and is therefore 54°.
Edwin
|
Word_Problems_With_Coins/724111: I have equal numbers of 25paise and 50paise coins ina bag. find the number of each type of coin;if the total amount of money with me is Rs150? 1 solutions
Answer 443593 by AnlytcPhil(1276) on 2013-03-10 05:01:20 (Show Source):
You can put this solution on YOUR website!I have equal numbers of 25paise and 50paise coins ina bag. find the number of each type of coin;if the total amount of money with me is Rs150?
Let x = the number of 25 paise coins, so also
x = the number of 50 paise coins.
25x + 50x = 15000
75x = 15000
x = 200
200 25paise coins and 200 50paise coins.
Edwin
|
Probability-and-statistics/723569: Event A and Event B are mutually exclusive. P(A) =.27 and P(B) = .31 . What is P(A or B) ? 1 solutions
Answer 443225 by AnlytcPhil(1276) on 2013-03-08 08:17:13 (Show Source):
You can put this solution on YOUR website!Event A and Event B are mutually exclusive. P(A) =.27 and P(B) = .31 . What is P(A or B)
Since they are mutually exclusive, they cannot both happen, so P(A and B) = 0
P(A or B) = P(A) + P(B) - P(A and B)
P(A or B) = .27 + .31 - 0
P(A or B) = .58
Edwin
|
Rate-of-work-word-problems/723565: It takes Jeff 90 mins. to mow the yard. It takes Joe 105 mins to mow the yard. What is the approximate time it will take if they work together to mow the yard? this is the problem, how do I work it out? thanks 1 solutions
Answer 443221 by AnlytcPhil(1276) on 2013-03-08 08:02:27 (Show Source):
|
Miscellaneous_Word_Problems/721481: Now, there are a different number of ordinary bicycles, tandem bikes, and tricycles in the shop. there are 135 seats,118 front handlebars, and 269 wheels. how many regular bikes, tandem bikes, and tricycles are there? 1 solutions
Answer 442405 by AnlytcPhil(1276) on 2013-03-03 22:23:50 (Show Source):
You can put this solution on YOUR website!
We could also do it using algebra:
Let x = the number of ordinary bicycles,
Let y = the number of tandem bikes, and
Let z = the number of tricycles
there are 135 seats,
There are x seats on the ordinary bicycles, 2y seats on the tandem bikes,
and z seats on the tricycles. So that gives us the equation:
x + 2y + z = 135
118 front handlebars,
There are x front handlebars on the ordinary bicycles, y front handlebars on the tandem bikes, and z front handlebars on the tricycles. So that gives us the equation:
x + y + z = 118
and 269 wheels.
There are 2x wheels on the ordinary bicycles, 2y wheels on the tandem bikes,
and 3z seats on the tricycles. So that gives us the equation:
2x + 2y + 3z = 269
So the system of equations is
x + 2y + z = 135
x + y + z = 118
2x + 2y + 3z = 269
Solve that and get x=68 regular bikes, y=17 tandem bikes, and z=33 tricycles.
Edwin
|
Graphs/707202: Write the standrad ang general equation of a circle through (2,1) and (3,5) and having its center on the line 8x + 5y = 8.
1 solutions
Answer 435604 by AnlytcPhil(1276) on 2013-01-28 16:12:27 (Show Source):
|
Average/704261: If the average of three different positive integers is 5, then the least possible product of these numbers is:
Please help 1 solutions
Answer 433999 by AnlytcPhil(1276) on 2013-01-20 21:07:02 (Show Source):
You can put this solution on YOUR website!
To have an average of 5, the sum of the three must be 15.
Here is a fact about positive numbers we can use:
If two positive numbers have a certain sum, their
product is largest when they are closest together
and smallest when they are farthest apart.
However, here we have three integers with that sum, not
just two. So that complicates matters
a bit.
But, we can consider only two numbers and use that
fact above. Here's how:
Suppose the three integers are a, b, and c, where
a < b < c. We can consider just two numbers,
(a+b) and c.
We want to choose (a+b) and c as far apart as possible.
To do that we choose (a+b) as small as possible, which is 3,
when a=1 and b=2, and that choice will make c as much larger
than 3 as possible. In order to have sum 15, c must be 12,
and 12 is as far away from 3 as we can get. So the smallest
possible product is 1*2*12 = 24.
Edwin
|
test/704229: In multiplying two positive integers a and b, Joey inadvertently reversed the digits of the two-digit number a. His erroneous product was 161. What is the value of (ab)^2? 1 solutions
Answer 433990 by AnlytcPhil(1276) on 2013-01-20 19:47:51 (Show Source):
You can put this solution on YOUR website!In multiplying two positive integers a and b, Joey inadvertently reversed the digits of the two-digit number a. His erroneous product was 161. What is the value of (ab)^2?
------------------------------
By dividing 161 by odd prime numbers, trying to find one that
will give a whole number, when we come to dividing 161 by 7
we get the integer 23. So
161 = 7×23
So the two-digit number "a" with the digits reversed was 23,
Therefore a = 32, and b = 7.
So (ab)² = (32×7)² = 224² = 50176
Edwin
|
Polynomials-and-rational-expressions/704183: the zeroes of a polynomial function are 1,1,-5/2 and -1, develope the function and then sketch the graph. 1 solutions
Answer 433969 by AnlytcPhil(1276) on 2013-01-20 16:50:23 (Show Source):
You can put this solution on YOUR website!
First we'll develop a polynomial equation with
solutions 1,1,-5/2, and -1.
x = 1, x = 1, x = -5/2, x = -1
x-1 = 0 x-1 = 0 x+5/2 = 0 x+1 = 0
(x-1)(x-1)(x+5/2)(x+1) = 0
To avoid fractions multiply through by 2
(x-1)(x-1)(2)(x+5/2)(x+1) = 0
(x-1)(x-1)(2x+5)(x+1) = 0
(x²-2x+1)(2x²+7x+1) = 0
2x4+3x³-7x²-3x+5 = 0
That's a quartic equation with those roots.
Therefore a quartic function with those zeros is:
p(x) = 2x4+3x³-7x²-3x+5
To graph it
1. the coefficient of the leading term 2x4 is positive
and therefor the graph goes upward on the extreme right side.
2. the degree is 4, which is an even number, so the graph
also goes up on the extreme left.
The first zero on the left is -5/2 or -2.5, so the curve
comes downard from the left and since -2.5 has odd multiplicity,
1, it cuts through the x-axis at -2.5 going downward to the right.
2. The next zero is -1, so the graph must turn around and go
upward. Since -1 has odd multiplicity, 1, it cuts through the
x-axis at -1 going upward to the right.
3. The next and final zero is 1, so the graph must turn around and go
downward. Since 1 has even multiplicity, 2, the graph bounces off
the x-axis at 1 going back upward to the right.
You might plot these points:
(-2.6,4.1), (-2.5,0), (-2,-9), (-1.3,-3.8), (-1,0), (0,5), (.5,2.25),
(1,0),(1.5,5)
Edwin
|
|