See tutors' answers!

Algebra ->  Tutoring on algebra.com -> See tutors' answers!      Log On


   
By Tutor
 | By Problem Number | 

Tutor:
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

Square-cubic-other-roots/51811: Solve:
8x+30>4x+38
-4X -4X
------------
4X+30>38
-30-30
----------
4X>8
-- --
4 4
x>2
1 solutions

Answer 34636 by fractalier(1804) About Me  on 2006-09-12 12:51:45 (Show Source):
You can put this solution on YOUR website!
From 8x + 30 > 4x + 38,
we subtract 4x from both sides to get
4x + 30 > 38
then we subtract 30 from both sides and get
4x > 8
now divide both sides by four to get
x > 2


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) About Me  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


Sequences-and-series/46872: This question is from textbook COLLEGE ALGEBRA
Write first four terms of the sequence definded by the recursive sequence
a1 = 4 and an = 3an-1 – 5 for n ≥ 2.
1 solutions

Answer 31107 by fractalier(1804) About Me  on 2006-07-22 21:17:05 (Show Source):
You can put this solution on YOUR website!
Okay, we have
a1 = 4
a2 = 3(4) - 5 = 7
a3 = 3(7) - 5 = 16
a4 = 3(16) - 5 = 43


logarithm/46870: This question is from textbook COLLEGE ALGEBRA
solve expressing solution in natural logs
13^x=127
1 solutions

Answer 31106 by fractalier(1804) About Me  on 2006-07-22 21:14:47 (Show Source):
You can put this solution on YOUR website!
Take the ln of both sides and get
13^x = 127
ln(13^x) = ln(127)
x * ln(13) = ln(127)
x = ln(127) / ln(13)


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) About Me  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) About Me  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


logarithm/46871: This question is from textbook COLLEGE ALGEBRA
solve expressing answer in terms of e
4 + 6 ln x = 16
1 solutions

Answer 31103 by fractalier(1804) About Me  on 2006-07-22 21:06:59 (Show Source):
You can put this solution on YOUR website!
Okay from
4 + 6 ln x = 16
we get
6 ln x = 12
ln x = 2
x = e^2


Quadratic_Equations/46887: Solve by using the quadratic formula.
x^2 + x - 20 = 0
Thanks!
1 solutions

Answer 31102 by fractalier(1804) About Me  on 2006-07-22 21:05:56 (Show Source):
You can put this solution on YOUR website!
Okay from
x^2 + x - 20 = 0
we get
x = (-1 ± sqrt(1 - (-80))) / 2
x = (-1 ± sqrt(81)) / 2
x = (-1 ± 9) / 2
x = -5 or 4


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) About Me  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) About Me  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...


Sequences-and-series/46876: This question is from textbook COLLEGE ALGEBRA
Use the binomial theorem to find (2x + 1) ^4 and write answer in simplified form.
1 solutions

Answer 31098 by fractalier(1804) About Me  on 2006-07-22 21:00:03 (Show Source):
You can put this solution on YOUR website!
Okay, using the notation C(n,r) for binomial coefficients, we get
(2x + 1)^4 =
C(4,0)*(2x)^4 + C(4,1)*(2x)^3*1 + C(4,2)*(2x)^2*1^2 + C(4,3)(2x)*1^3 + C(4,4)*1^4 =
16x^4 + 32x^3 + 24x^2 + 8x + 1


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) About Me  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) About Me  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) About Me  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) About Me  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


Quadratic_Equations/46000: use properties of rational exponents to simplify the expression
x^2/5 x^4/5 over x^3/5
1 solutions

Answer 30555 by fractalier(1804) About Me  on 2006-07-15 21:38:40 (Show Source):
You can put this solution on YOUR website!
Okay, using the laws of exponents, we add them when we multiply like bases and subtract them when we divide like bases, so we get
(x^(2/5) * x^(4/5)) / x^(3/5) =
x^(6/5) / x^(3/5) =
x^(3/5)


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) About Me  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...


Exponential-and-logarithmic-functions/46023: (81k^4m^-8)^1/4
use the laws of exponets to simplify. do not use negitive exponets in your answer.
1 solutions

Answer 30553 by fractalier(1804) About Me  on 2006-07-15 21:32:54 (Show Source):
You can put this solution on YOUR website!
Okay, using the laws of exponents...we multiply when raising a power to another power and get
(81k^4m^-8)^1/4 =
81^(1/4) * k * m^(-2) =
3k / m^2


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) About Me  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)


Exponential-and-logarithmic-functions/46031: log9 (x-3) + log9 (x-3)= 1
1 solutions

Answer 30551 by fractalier(1804) About Me  on 2006-07-15 21:28:51 (Show Source):
You can put this solution on YOUR website!
Okay from
log9 (x-3) + log9 (x-3)= 1
we combine to get
2*log9 (x-3) = 1
log9 [(x-3)^2] = 1
now exponentiate "nine to the..." and get
[(x-3)^2] = 9
x - 3 = ±3
and x = 6 or x = 0
but x cannot be zero, so
x = 6


Exponential-and-logarithmic-functions/46032: (4-2i)^2
1 solutions

Answer 30550 by fractalier(1804) About Me  on 2006-07-15 21:26:09 (Show Source):
You can put this solution on YOUR website!
Just posted this solution...


Exponential-and-logarithmic-functions/46033: (4-2i)^2
1 solutions

Answer 30549 by fractalier(1804) About Me  on 2006-07-15 21:25:42 (Show Source):
You can put this solution on YOUR website!
Okay, we FOIL it and get
(4-2i)^2 =
(4 - 2i)(4 - 2i) =
16 - 8i - 8i + 4i^2 =
16 -16i - 4 =
12 - 16i


Complex_Numbers/46040: sqrt -81 multiply by sqrt-49

Thank you for your help and time.
1 solutions

Answer 30548 by fractalier(1804) About Me  on 2006-07-15 21:23:54 (Show Source):
You can put this solution on YOUR website!
Here you must pull out the i's first...so you get
sqrt -81 multiply by sqrt-49 =
i*sqrt(81) * i*sqrt(49) =
9i * 7i =
-63


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) About Me  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) About Me  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) About Me  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) About Me  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.


Linear-equations/45377: use the intercept form to find the equation on the line that contains the point
(-8,2) and has slope 3/4
1 solutions

Answer 30115 by fractalier(1804) About Me  on 2006-07-10 21:16:19 (Show Source):
You can put this solution on YOUR website!
The slope intercept form is
y - y1 = m(x - x1)
and we get
y - 2 = (3/4)(x + 8)
y - 2 = (3/4)x + 6
y = (3/4)x + 8


Quadratic_Equations/45379: x2 +4x +4 = 7 It says solve for x.
I need help on this question.

1 solutions

Answer 30114 by fractalier(1804) About Me  on 2006-07-10 21:14:54 (Show Source):
You can put this solution on YOUR website!
Okay from
x^2 + 4x + 4 = 7
subtract 7 and get
x^2 + 4x - 3 = 0
now apply the quadratic formula and get
x = (-4 ± sqrt(16 + 12)) / 2
x = (-4 ± sqrt(28)) / 2
x = (-4 ± 2*sqrt(7)) / 2
x = -2 ± sqrt(7)


Radicals/45320: This question is from textbook
Use sqare root property to solve each equations
(5t-2)2ndpowers = 12
1 solutions

Answer 30113 by fractalier(1804) About Me  on 2006-07-10 21:12:52 (Show Source):
You can put this solution on YOUR website!
Okay, from
(5t-2)^2 = 12
take the root of both sides
5t - 2 = ±sqrt(12)
5t = 2 ± sqrt(12)
t = (2 ± 2*sqrt(3)) / 5


Radicals/45322: Find the imaginary solutions of each equation
t to 2nd power + 6t + 10 = 0
1 solutions

Answer 30112 by fractalier(1804) About Me  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...