New!
Get regular updates about newly solved problems
via algebra.com's RSS system.
Recent problems solved by 'fractalier'
fractalier answered: 1804 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 , 1290..1319 , 1320..1349 , 1350..1379 , 1380..1409 , 1410..1439 , 1440..1469 , 1470..1499 , 1500..1529 , 1530..1559 , 1560..1589 , 1590..1619 , 1620..1649 , 1650..1679 , 1680..1709 , 1710..1739 , 1740..1769 , 1770..1799 , 1800..1829, >>Next
Polynomials-and-rational-expressions/51881: This question is from textbook Beginning Algebra
I'm lost on this problem, can someone show me the steps?
Multiply (a^2+2ab-b^2)(a^2-7ab+b^2) 1 solutions
Answer 34635 by fractalier(1804) on 2006-09-12 12:47:28 (Show Source):
You can put this solution on YOUR website!For a problem like this, we multiply every term in the first polynomial by every term in the second, thus we should get nine terms when we're done...like this:
(a^2 + 2ab - b^2)(a^2 - 7ab + b^2)=
a^4 - 7a^3b + a^2b^2
+2a^3b - 14a^2b^2 + 2ab^3
-a^2b^2 + 7ab^3 - b^4
Now we combine like terms to get
a^4 - 5a^3b - 14a^2b^2 + 9ab^3 - b^4
|
logarithm/46873: This question is from textbook COLLEGE ALGEBRA
Write the formula for the general (nth term) of the following arithmetic sequence. (Do not use a recursive formula.) Then use your formula to find the 17th term.
3, 9, 15, 21, 27, 33, … 1 solutions
Answer 31105 by fractalier(1804) on 2006-07-22 21:13:12 (Show Source):
You can put this solution on YOUR website!In general, the nth term of an arithmetic sequence is given by
a(n) = a(1) + (n-1)d
In our given sequence, a(1) = 3, n = 17, and d = 6 (the common difference)...thus we get
a(n) = 3 + (n-1)(6)
a(17) = 3 + (17-1)(6)
a(17) = 3 + 96 = 99
|
Volume/46883: I really need some help with this question. Can anyone explain it to me?
Thanks!
The volume V of a square based pyramid with base sides s and height h is:
V = 1/3 s^2 h
If the height is half of the length of a base side, express the volume V as a function of s. 1 solutions
Answer 31104 by fractalier(1804) on 2006-07-22 21:10:07 (Show Source):
You can put this solution on YOUR website!We are given the formula for the volume
V = 1/3 * s^2 * h
Now this formula gives us the volume in terms of BOTH the side and the height.
If we know the height is equal to half the side, we can write
h = (1/2)s
That allows us to substitute (1/2)s in for h in the original formula so that we have the volume in terms of ONLY the side...thus we get
V = 1/3 * s^2 * h
V = 1/3 * s^2 * (1/2)s
V = (1/6)s^3
|
Sequences-and-series/46874: This question is from textbook COLLEGE ALGEBRA
Find the sum of the infinite geometric series:
1 + 1/5 + 1/25 + 1/125 + ... 1 solutions
Answer 31101 by fractalier(1804) on 2006-07-22 21:04:27 (Show Source):
You can put this solution on YOUR website!The sum of any infinite geometric series is given by
S = a1 / (1-r)
where a1 is the first term and r is the common ratio...
Thus in
1 + 1/5 + 1/25 + 1/125 + ...,
1 is our first term and 1/5 is our ratio...thus the sum is
s = 1 / (1-(1/5)) = 1 / (4/5) = 5/4
|
Radicals/46889: Factor.
12x^4 y^3 + 16x^3 y^3 -2*x^3 y^4
Thanks! 1 solutions
Answer 31100 by fractalier(1804) on 2006-07-22 21:02:07 (Show Source):
You can put this solution on YOUR website!Let's look for the greatest common factor first and try to factor what's left...we get
12x^4 y^3 + 16x^3 y^3 - 2*x^3 y^4 =
2x^3y^3(6x + 8 - y)
Since we cannot factor what's left, we're done...
|
Equations/46898: the price of an item is given by p=2x^2-100. find the polynomial that represents the revenue generated from the sale of items. 1 solutions
Answer 31097 by fractalier(1804) on 2006-07-22 20:56:22 (Show Source):
You can put this solution on YOUR website!If the price is given by
p = 2x^2 - 100
then the revenue generated by the sale of x items is just p times x, or
Revenue = px = 2x^3 - 100x
|
Linear-systems/46934: What is the equation of the line with y-intercept 7 and x-intercept 5? 1 solutions
Answer 31090 by fractalier(1804) on 2006-07-22 20:12:40 (Show Source):
You can put this solution on YOUR website!The "intercept" form of a line is not often well-taught...it is
x/a + y/b = 1
where a and b are the x- and y- intercepts, respectively.
Thus we get
x/5 + y/7 = 1
To put this in standard form, we multiply by 35 and get
7x + 5y = 35
|
logarithm/46943: Can someone help me please??...
the question asks to solve the eqaution for x
log(bottom side 3) 1/81 = x
can someone show me how to do this? thanks!! 1 solutions
Answer 31089 by fractalier(1804) on 2006-07-22 20:09:10 (Show Source):
You can put this solution on YOUR website!Okay, we exponentiate both sides...as in "3 to the"...since it is to the base three...we get
log(bottom side 3) 1/81 = x
1/81 = 3^x
1/(3^4) = 3^x
since 81 = 3^4 and then
3^(-4) = 3^x
x = -4
|
Equations/45995: write the equations of 2 lines that are perpendicular 1 solutions
Answer 30556 by fractalier(1804) on 2006-07-15 21:41:16 (Show Source):
You can put this solution on YOUR website!Any two lines which have slopes which are NEGATIVE RECIPROCALS of each other are perpendicular...
Thus
y = (3/5)x + 6 and
y = (-5/3)x - 2
are perpendicular...
so are
y = -7x + 9 and
y = (1/7)x - 3
|
Linear_Equations_And_Systems_Word_Problems/46013: Could someone help me with this problem:
"Using q for the variable, write an equation that describes the given situation. (Do not solve the equation.)
The value of q quarters and q - 5 nickels is $3.05.
Could anyone help me write this equation.
Thanks in advance! 1 solutions
Answer 30554 by fractalier(1804) on 2006-07-15 21:36:30 (Show Source):
You can put this solution on YOUR website!Sure...think of it this way...
If you have three quarters, how much money have you? Well, 75 cents.
If you have ten quarters, how much money have you? Well, 250 cents.
If you have q quarters, how much money have you? Well, 25q cents.
In every case you multiply the number of quarters times 25 to get its total value.
The same is true for 5 cents per nickel...so....
The value of q quarters and q - 5 nickels is $3.05 becomes
25q + 5(q-5) = 305
Notice how it's 305 cents...we could also write this as
.25q + ,05(q-5) = 3.05 if we are talking dollars...
The equations are equivalent...
|
Polynomials-and-rational-expressions/46026: Hello there, I am almost done with solvong a question but need a little more help. The equation is x^2-4x+2xy-8y and I am at the step of x(x-4)+2y(x-4) and I am unsure how to get to the answer of (x-4)(x+2y) can anyone help? 1 solutions
Answer 30552 by fractalier(1804) on 2006-07-15 21:31:03 (Show Source):
You can put this solution on YOUR website!Yes, you are almost there...notice from
x(x-4)+2y(x-4)
there is a common factor in each term...that is, the (x-4)...
you can pull it out in front just like any other factor and get
(x-4) times what's left from each term...so we get
(x-4)(x+2y)
|
Rational-functions/45307: Directions: Solve the radical equation. Check all propsed solutions.
square root y^2-3y+18=y+2
The square root is over y^2-3y+18, thats it, not the y+2 1 solutions
Answer 30119 by fractalier(1804) on 2006-07-10 21:26:02 (Show Source):
You can put this solution on YOUR website!Okay first we square both sides...we get
sqrt( y^2-3y+18 ) = y + 2
y^2 - 3y + 18 = y^2 + 4y + 4
now collect terms and solve...we get
-3y + 18 = 4y + 4
14 = 7y
y = 2
you have to check these by plugging 2 in for y in the original...turns out okay...
|
Radicals/45380: Find two consecutive positive integers such that the sum of their square is 85.
I think I start with square root of x plus the square root of x + 1 = 85.
If so then I don't know where to go from here.
Thanks for help. 1 solutions
Answer 30118 by fractalier(1804) on 2006-07-10 21:23:24 (Show Source):
You can put this solution on YOUR website!Not quite...the setup is like this
x^2 + (x + 1)^2 = 85
(the sum of the squares)
Now we get
x^2 + x^2 + 2x + 1 = 85
2x^2 + 2x - 84 = 0
x^2 + x - 42 = 0
(x + 7)(x - 6) = 0
and
x = -7 or x = 6
but they must be positive, hence your numbers are
6 and 7
|
Rational-functions/45305: Directions: Solve the equation by completing the square. Express any complex numbers using i notation.
2x^2+4x+1=0 1 solutions
Answer 30117 by fractalier(1804) on 2006-07-10 21:21:14 (Show Source):
You can put this solution on YOUR website!Okay from
2x^2 + 4x + 1 = 0
the first thing we do is divide by 2 and get
x^2 + 2x + 1/2 = 0
then complete the square
x^2 + 2x + 1 = 1/2
(x + 1)^2 = 1/2
now take the root
x + 1 = ± sqrt(1/2)
x = -1 ± sqrt(1/2)
x = -1 ± [sqrt(2) / 2]
|
Exponents/45314: problem 20 I got wrong.
x + 5y =10
-2x -10y =-20
: Solve each of the following systems by addition.If a unique solution does not exist ,state whether the system is inconsistent or dependent. 1 solutions
Answer 30116 by fractalier(1804) on 2006-07-10 21:18:43 (Show Source):
You can put this solution on YOUR website!If you multiply the top equation by minus two, you go from
x + 5y =10
-2x -10y =-20
to
-2x -10y =-20
-2x -10y =-20
You can see that these are the very same line.
Thus the system is dependent and there ar an infinite number of solutions.
|
Radicals/45322: Find the imaginary solutions of each equation
t to 2nd power + 6t + 10 = 0 1 solutions
Answer 30112 by fractalier(1804) on 2006-07-10 21:11:25 (Show Source):
You can put this solution on YOUR website!Okay from
t^2 + 6t + 10 = 0
we use the quadratic formula and get
t = (-6 ± sqrt(36 - 40)) / 2
t = (-6 ± sqrt(-4)) / 2
t = (-6 ± 2i) / 2
t = -3 ± i
Technically speaking, these are complex solutions, not purely imaginary...
|
|