New!
Get regular updates about newly solved problems
via algebra.com's RSS system.
Recent problems solved by 'nerdybill'
nerdybill answered: 2453 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 , 1830..1859 , 1860..1889 , 1890..1919 , 1920..1949 , 1950..1979 , 1980..2009 , 2010..2039 , 2040..2069 , 2070..2099 , 2100..2129 , 2130..2159 , 2160..2189 , 2190..2219 , 2220..2249 , 2250..2279 , 2280..2309 , 2310..2339 , 2340..2369 , 2370..2399 , 2400..2429 , 2430..2459, >>Nexttest/242320: The mass m(t) remaining after t hours from a 50 gram sample of a radioactive substance is given by the equation m(t)= 50e^-0.0578t. after how long will 30 grams of substance remain? 1 solutions
Answer 177388 by nerdybill(2453) on 2009-11-24 01:45:34 (Show Source):
You can put this solution on YOUR website! The mass m(t) remaining after t hours from a 50 gram sample of a radioactive substance is given by the equation m(t)= 50e^-0.0578t. after how long will 30 grams of substance remain?
.
m(t)= 50e^-0.0578t
the problem gives m(t) as 30 you simply need to solve for t:
30= 50e^-0.0578t
30/50 = e^-0.0578t
ln(30/50) = -0.0578t
(ln(30/50))/-0.0578 = t
8.838 hours = t
|
Rate-of-work-word-problems/241924: Batman and Robin working together can capture the Joker in 3 hours. It takes Robin, working alone, 1 more hour than Batman to capture the Joker. Find how long it takes Robin to capture the Joker working alone and how ling it takes Batman to capture the joker working alone. 1 solutions
Answer 177133 by nerdybill(2453) on 2009-11-23 02:30:58 (Show Source):
You can put this solution on YOUR website! Batman and Robin working together can capture the Joker in 3 hours. It takes Robin, working alone, 1 more hour than Batman to capture the Joker. Find how long it takes Robin to capture the Joker working alone and how ling it takes Batman to capture the joker working alone.
.
Let x = hours it takes Batman to work alone
then
x+1 = hours it takes Robin to work alone
.
3(1/x + 1/(x+1)) = 1
3(x+1 + x) = x(x+1)
3(2x+1) = x(x+1)
6x+3 = x^2+x
0 = x^2+x-6x-3
0 = x^2-5x-3
Solving using the quadratic equation we get:
x = {5.5414, -0.5414}
We can toss out the neg answer leaving:
x = 5.5414 hours (time it takes Batman working alone)
.
Robin:
x+1 = 5.5414+1 = 6.5414 hours
.
Details of quadratic:
| Solved by pluggable solver: SOLVE quadratic equation with variable |
Quadratic equation (in our case ) has the following solutons:

For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=37 is greater than zero. That means that there are two solutions: .


Quadratic expression can be factored:

Again, the answer is: 5.54138126514911, -0.54138126514911.
Here's your graph:
 | |
|
Money_Word_Problems/241094: A salesman sold $300 more than the rest of the sales staff combined. If the sales total for the day was $2500, then how much did the rest of the sales staff sell?
x+300=2500
x=2200 1 solutions
Answer 176575 by nerdybill(2453) on 2009-11-20 10:40:11 (Show Source):
You can put this solution on YOUR website!A salesman sold $300 more than the rest of the sales staff combined. If the sales total for the day was $2500, then how much did the rest of the sales staff sell?
.
Let x = amount "rest of sales staff sold"
then
x+300 = amount "salesman sold"
.
"rest of sales staff sold" + "salesman sold" = total sales
x + (x+300) = 2500
2x + 300 = 2500
2x = 2200
x = $1100
|
logarithm/240207: solve this logarithmic equation & give the exact answer.
log(base)3 (x+6) + log(base)3 (x-6) - log(base)3 x =2 1 solutions
Answer 176068 by nerdybill(2453) on 2009-11-18 00:24:02 (Show Source):
You can put this solution on YOUR website!log(base)3 (x+6) + log(base)3 (x-6) - log(base)3 x =2
log(base)3 (x+6)(x-6) - log(base)3 x =2
log(base)3 [(x+6)(x-6)]/x =2
[(x+6)(x-6)]/x = 3^2
[(x+6)(x-6)]/x = 9
(x+6)(x-6) = 9x
x^2 - 36 = 9x
x^2 - 9x - 36 = 0
(x-12)(x+3) = 0
x = {-3, 12}
.
We can throw out the -3 -- it's an extraneous solution -- leaving us with:
x = 12
|
logarithm/240209: solve the exponential equation.
e^2x + e^x -6=0 1 solutions
Answer 176067 by nerdybill(2453) on 2009-11-18 00:20:13 (Show Source):
You can put this solution on YOUR website!e^2x + e^x -6=0
.
This is simply a "quadratic equation":
.
Let y = e^x
then
y^2 = (e^x)^2 = (e^x)(e^x) = e^2x
.
So now we can rewrite:
e^2x + e^x -6=0
y^2 + y -6=0
(y+3)(y-2) = 0
y = {-3, 2}
.
Since we said:
y = e^x
ln y = x
.
So,
x = ln 2 (this is your solution)
|
Trigonometry-basics/239983: PLEASE HELP ME SOLVE THIS EVALUATION OF FUNCTIONS:
Name the quadrant in which the angle below is located.
tan theta=-4/5 and sin theta is positive.
a)l
b)ll
c)lll
d)LV 1 solutions
Answer 175969 by nerdybill(2453) on 2009-11-17 16:40:29 (Show Source):
|
Equations/239346: Hi my name is Karen Iam taking college math I need help with the following questions.
1.strategy to solve equations linear v-4(-v)=-2(2v-1) , 9-2m/7=19 and ,3(x-0.87)-2x=4.98
2. Solve each equation by eliminating the fraction x/2-x/3=5 ,1k/15+5=1k/6-10
0.5b+3.4=0.2b+12.4, -6x+3= -7-5x, and 3-3(5-x)=0
1 solutions
Answer 175740 by nerdybill(2453) on 2009-11-16 09:06:10 (Show Source):
You can put this solution on YOUR website!1.strategy to solve equations linear
In each, simply isolate the unknown to one side of the equation -- doesn't matter which side. To check your answer, plug it back into the original equation.
v-4(-v)=-2(2v-1)
distribute the 4 and -2 to each term inside parentheses:
v+4v=-4v+2
combine the v's on the left:
5v=-4v+2
add 4v to both sides:
9v = 2
finally, divide both sides by 9:
v = 2/9
9-2m/7=19
subtract 9 from both sides:
-2m/7=10
multiply both sides by 7:
-2m=70
divide both sides by -2:
m = -35
3(x-0.87)-2x=4.98
distribute the 3 to terms inside parenthesis:
3x-2.61-2x=4.98
combine x's on left:
3x-2.61=4.98
add 2.61 to both sides:
3x=7.59
divide both sides by 3:
x = 2.53
2. Solve each equation by eliminating the fraction
x/2-x/3=5
multiply by a common denominator (6) to get rid of denominators:
6[x/2-x/3] = 6[5]
3x-2x=30
x = 30
1k/15+5=1k/6-10
multiply by a common denominator (30) to get rid of denominators:
30[1k/15+5] = 30[1k/6-10]
2k+150 = 5k-300
150 = 3k-300
450 = 3k
150 = k
0.5b+3.4=0.2b+12.4
subtract 0.2b from both sides:
0.3b+3.4 = 12.4
subtract 3.4 from both sides:
0.3b = 9
b = 30
-6x+3= -7-5x
add 6x to both sides:
3= -7+x
add 7 to both sides:
10 = x
3-3(5-x)=0
distribute the -3 to both terms inside parenthesis:
3-15+3x = 0
-12+3x = 0
3x = 12
x = 4
|
Quadratic-relations-and-conic-sections/239117: A volleyball is hit upward by a player in a game. The height (h) (in feet) of the volleyball after (t) seconds is given by the functin h=-16+30t+6.
What is the maximum height on the volleyball? 1 solutions
Answer 175627 by nerdybill(2453) on 2009-11-15 16:28:50 (Show Source):
You can put this solution on YOUR website!I think you meant (please check)

.
If so, finding the vertex gives you your solution.
Axis of symmetry = -b/2a
Axis of symmetry = -30/2(-16)
Axis of symmetry = -30/-32
Axis of symmetry = 15/16
.
Height, then when t = 15/16:

h = 20.06 feet
|
Money_Word_Problems/238992: a bank offers two checking plans. The anywhere plan charges 30 cents per check. Th Accucheck plan costs $1.12 a month, plus 22 cents per check. For what number of checks will the Accucheck plan costs less than the Anywhere plan? 1 solutions
Answer 175567 by nerdybill(2453) on 2009-11-15 11:06:33 (Show Source):
You can put this solution on YOUR website!a bank offers two checking plans. The anywhere plan charges 30 cents per check. Th Accucheck plan costs $1.12 a month, plus 22 cents per check. For what number of checks will the Accucheck plan costs less than the Anywhere plan?
.
Strategy: determine where the two plans costs the same.
.
Let x = number of checks written
then
.30x = .22x + 1.12
.08x = 1.12
x = 1.12/.08
x = 14
.
Solution:
Accucheck plan costs less when you write MORE than 14 checks per month.
|
Polynomials-and-rational-expressions/238955: The mainsail of a Lightning sailboat is a right triangle in which the hypotenuse is called the leech. If a 24ft tall mainsail has a leech length of 26 ft and if Dacron sailcloth costs $10 per square foot, find the cost of a new mainsail. 1 solutions
Answer 175557 by nerdybill(2453) on 2009-11-15 09:40:01 (Show Source):
You can put this solution on YOUR website!Draw a diagram, it'll help you find a solution.
.
From Pythagorean theorem:
Let b = base of triangle
then
b^2 + 24^2 = 26^
b^2 + 576 = 676
b^2 = 100
b = 10 feet
.
Area of a triangle is:
(1/2)bh
= (1/2)(10)(24)
= (5)(24)
= 120 sq ft
.
Cost:
10 * 120 = $1200
|
Rectangles/238965: The length of a rectangle is five times its width. if the perimeter of the rectangle is 72 cm, find its area?
Thank you
1 solutions
Answer 175555 by nerdybill(2453) on 2009-11-15 09:33:37 (Show Source):
You can put this solution on YOUR website!The length of a rectangle is five times its width. if the perimeter of the rectangle is 72 cm, find its area?
.
Let W = width
then
5W = length (from:"length of a rectangle is five times its width")
.
Since we know the perimeter:
2(W + 5W) = 72
(W + 5W) = 36
6W = 36
W = 6 cm (width)
.
Length:
5W = 5(6) = 30 cm (length)
.
Area:
Width * Length
6 * 30 = 180 square cm
|
Miscellaneous_Word_Problems/238935: The second hand of a clock is four inches long. To the nearest inch, how far does the tip of the second hand travel in 45 seconds? 1 solutions
Answer 175549 by nerdybill(2453) on 2009-11-15 07:45:41 (Show Source):
You can put this solution on YOUR website!The second hand of a clock is four inches long. To the nearest inch, how far does the tip of the second hand travel in 45 seconds?
.
If the tip went the entire circle of 60 seconds it would have traveled:
Circumference = (pi)(2r)
where
pi is 3.14
r is radius
.
Circumference = (3.14)(2)(4)
Circumference = (3.14)(8)
Circumference = 25.12
.
If we only traveled for 45 seconds:
45/60 * 25.12
= 3/4 * 25.12
= .75 * 25.12
= 18.84
To the nearest inch:
19 inches
|
Pythagorean-theorem/238446: the length of the diagonal of a square is 80 inches. find the exact dimensions of the square? 1 solutions
Answer 175173 by nerdybill(2453) on 2009-11-13 04:11:16 (Show Source):
You can put this solution on YOUR website! the length of the diagonal of a square is 80 inches. find the exact dimensions of the square?
.
Let x = length of one side
then applying Pythagorean theorem:
.
Answer: dimension of square:
 inches by  inches
|
logarithm/237989: rounded to the nearest tenth, algebraically find the solution(s) of logx+log2x=1 1 solutions
Answer 174920 by nerdybill(2453) on 2009-11-11 23:57:00 (Show Source):
You can put this solution on YOUR website! rounded to the nearest tenth, algebraically find the solution(s) of logx+log2x=1
.
log(x * 2x) = 1
log(2x^2) = 1
2x^2 = 10^1
2x^2 = 10
x^2 = 5
x = sqrt(5)
x = 2.2 and -2.2
|
Proportions/237999: Bacteria grow by cell division. If each cell divides into 2 in every 2 minutes how many cells will exist after 32 minutes? Assume there was only one cell at the beginning 1 solutions
Answer 174919 by nerdybill(2453) on 2009-11-11 23:53:22 (Show Source):
You can put this solution on YOUR website! Bacteria grow by cell division. If each cell divides into 2 in every 2 minutes how many cells will exist after 32 minutes? Assume there was only one cell at the beginning
.
Apply exponential growth equation:
A(t) = Pe^(rt)
where
A(t) is amount at time t (2)
P is the initial amount (1)
r is rate of growth (unknown)
t is time (2)
.
Finding r:
A(t) = Pe^(rt)
2 = 1e^(2r)
ln(2) = 2r
ln(2)/2 = r
.
Cells at 32 minutes:
A(32) = 1e^(ln(2)/2 * 32)
A(32) = e^(ln(2) * 16)
A(32) = 65536 cells
|
percentage/237676: a dvd player originally cost $150. It is on sale for $72.50. what is the percent of the discount, rounded to the nearest tenth of the percent? 1 solutions
Answer 174778 by nerdybill(2453) on 2009-11-11 11:54:36 (Show Source):
You can put this solution on YOUR website! a dvd player originally cost $150. It is on sale for $72.50. what is the percent of the discount, rounded to the nearest tenth of the percent?
.
Let x = the discount
then
150 - 150x = 72.50
150(1- x) = 72.50
1-x = 0.48333
-x = -0.5167
x = 0.5167
.
Multiply by 100 to get the percentage:
x = 0.5167*100
x = 51.7%
|
Numbers_Word_Problems/237638: A pool can be filled in 12 hours using a pipe alone, or in 28 hours using a hose alone. if water is entering through both the pipe and the hose. How long will it take to fill the pool? 1 solutions
Answer 174752 by nerdybill(2453) on 2009-11-11 09:39:15 (Show Source):
You can put this solution on YOUR website!A pool can be filled in 12 hours using a pipe alone, or in 28 hours using a hose alone. if water is entering through both the pipe and the hose. How long will it take to fill the pool?
.
Let x = time it takes to fill the pool with both pipes
then
x(1/12 + 1/28) = 1
x(28 + 12) = 336
x(40) = 336
x = 8.4 hours
Or, in hours and minutes
x = 8 hours and (.4 * 60) minutes
x = 8 hours and 24 minutes
|
Miscellaneous_Word_Problems/237581: three yeast cells are placed in a laboratory dish at 9:00 am. the number of yeast cells doubles in every 5 minutes period. the number of cells in the dish at 9:30 am the same day is
a) 30 b) 64 c) 192 d) 256 e) 300 1 solutions
Answer 174698 by nerdybill(2453) on 2009-11-11 05:41:55 (Show Source):
You can put this solution on YOUR website!three yeast cells are placed in a laboratory dish at 9:00 am. the number of yeast cells doubles in every 5 minutes period. the number of cells in the dish at 9:30 am the same day is
a) 30 b) 64 c) 192 d) 256 e) 300
.
This is an "exponential growth" problem...apply :
A(t) = Pe^(rt)
.
For your problem, they give:
Let P (initial amount) = 3
then A(t) (amount at time t) = 2(3) = 6
r is growth ratio -- this is what we're looking for
t is 5 minutes
.
So,
A(t) = Pe^(rt)
6 = 3e^(5r)
Dividing both sides by 3:
2 = e^(5r)
ln 2 = 5r
ln(2)/5 = r
.
Finally, for t = 30 (9:30 - 9:00)
we have
A(t) = 3e^(ln(2)/5t)
A(30) = 3e^(ln(2)/5(30))
A(30) = 3e^(ln(2)(6))
A(30) = 3(64)
A(30) = 192 cells
|
Unit_Conversion_Word_Problems/237585: If Jan can paint a house in 4 hours and Bill can paint the same house in 6, how long will it take for both of them to paint the house together...?
Trying to figure out how to set this one up, it should be simple and was thinking of converting into a fraction with a common denominator... but was sure if that was making it harder than it was ? thanks
Answer given is 2 hrs 24 mins just not sure how 2 get there.... 1 solutions
Answer 174697 by nerdybill(2453) on 2009-11-11 05:28:06 (Show Source):
You can put this solution on YOUR website!If Jan can paint a house in 4 hours and Bill can paint the same house in 6, how long will it take for both of them to paint the house together...?
Trying to figure out how to set this one up, it should be simple and was thinking of converting into a fraction with a common denominator... but was sure if that was making it harder than it was ? thanks
Answer given is 2 hrs 24 mins just not sure how 2 get there....
.
Let x = time it takes to paint the house together
then
x(1/4 + 1/6) = 1
Multiplying both sides by a common denominator 24:
24x(1/4 + 1/6) = 24(1)
x(6 + 4) = 24
x(10) = 24
x = 2.4 hours
Or, converting to hours and minutes:
x = 2 hours and (.4*60) mins
x = 2 hours and 24 mins
|
logarithm/237220: Let's imagine that in 2001, a surgeon performs the first brain transplant, the only transplant performed that year. If in 2010, there are 983 brain transplants, find an exponential growth function that fits the data. (Round decimals to three places.) 1 solutions
Answer 174454 by nerdybill(2453) on 2009-11-10 05:55:30 (Show Source):
You can put this solution on YOUR website! Let's imagine that in 2001, a surgeon performs the first brain transplant, the only transplant performed that year. If in 2010, there are 983 brain transplants, find an exponential growth function that fits the data. (Round decimals to three places.)
.
Apply to exponential growth-decline model:
A(t) = Pe^(rt)
where
A(t) is amount after t time
P is the initial amount
r is the rate of growth/decline
t is time
.
Your problem gives you:
A(t) is 983
P is 1
r is what you're looking for
t is 2010-2001 = 9
.
A(t) = Pe^(rt)
983 = 1e^(9r)
983 = e^(9r)
ln(983) = 9r
ln(983)/9 = r
0.766 = r
.
Your "exponential growth function" is:
A(t) = e^(0.766t)
|
Parallelograms/236796: The floor of a square room is covered in square tiles. If the diagonals of the room have a total of 21 tiles, how many tiles are on the floor? 1 solutions
Answer 174207 by nerdybill(2453) on 2009-11-09 08:05:50 (Show Source):
You can put this solution on YOUR website! The floor of a square room is covered in square tiles. If the diagonals of the room have a total of 21 tiles, how many tiles are on the floor?
.
Let x = number of tiles on each side of the square room
then applying Pythagorean theorem:
x^2 + x^2 = 21^2
2x^2 = 441
x^2 = 220.5
x = 14.85 tiles on each side
.
Total number of tiles:
x*x = x^2 = 14.85^2 = 220.5 tiles
|
|