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 'oberobic'

oberobic answered: 2303 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, >>Next

Equations/286116: i need help on this word problem as well. i have the first part but im stuck on the second. The problem is: In Josh's Bank there is a collection on nickles, dimes, and quarters which amount to $3.20. There are 3 times as many quarters as nickles, and 5 more dimes than nickles. How many coins of each type are there? I have the first equation, .5n+.10d+.25q=3.20 but i cant figure out the second part.
1 solutions

Answer 207472 by oberobic(2304) About Me  on 2010-03-28 14:37:34 (Show Source):
You can put this solution on YOUR website!
In solving money problems you have to keep track of the counts for the different coins as well as their values.
n = number of nickels
5n = value of the nickels in cents
d = number of dimes
10d = value of the dimes in cents
q = number of quarters
25q = value of quarters in cents
.
$3.20 = 320 cents = 5n + 10d + 25q
.
It is important to have everything in cents to avoid mismatched dollars and cents.
.
q = 3n :: There are 3 times as many quarters as nickels, so you would have multiply n by 3 to be equal.
d = n+5 :: There are 5 more dimes than nickels.
.
So, we can substitute what we know into the value equation.
.
5n + 10d + 25q = 320
5n + 10(n+5) + 25(3n) = 320
5n + 10n + 50 + 75n = 320
90n = 270
n = 3
.
Substituting n=3 we can find d and q.
.
d = n+5 = 3+5 = 8
q = 3n = 3*3 = 9
.
Check the work by making sure the value of these coin counts is $3.20.
.
5n = 5(3) = 15 = $0.15
10d = 10(8) = 80 = $0.80
25q = 25(9) = 225 = $2.25
$0.15+$0.80+$2.25 = $3.20
Correct!
.
Answer:
nickels = 3
dimes = 8
quarters = 9
.
Done.


Equations/286125: finding x,y the questionis x+2y=4 2x-y=3 I don't understand when finding 2x
1 solutions

Answer 207471 by oberobic(2304) About Me  on 2010-03-28 14:19:01 (Show Source):
You can put this solution on YOUR website!
The notion of '2x' is simply 2 times x, but I doubt that is what you mean...
.
Consider the two linear equations as a system of simultaneous equations.
.
Usually, you are looking for their point of intersection, or at least if they intersect or not.
.
x + 2y =4
2x -y = 3
.
Multiply the second equation by 2 to be able to eliminate the 'y' terms.
.
2(2x-y)=2(3)
4x - 2y = 6
.
Substitute this equation for the second equation and add them.
.
x + 2y =4
4x - 2y = 6
5x = 10
x = 2
.
Substitute x=2 into the the first equation to find y.
.
x + 2y =4
2 + 2y =4
2y = 2
y = 1
.
Now we have defined the point (2,1).
.
We can substitute both values into the second equation to see if they are correct.
.
2x -y = 3
2*2 -1 = 3
Correct.
.
And you can graph it to see that they cross at (2,1). For this step having both equations in slope-intercept form is best for picking points to draw the lines: y = mx+b
.
x + 2y =4
2y = -x + 4
y = (-1/2)x + 2
m = slope = -1/2
b = y -intercept = 2, which is the point (0,2)
x -intercept is where y=0, so we solve: 0 = (-1/2)x + 2, so x=4, which is the point (4,0)
.
2x -y = 3
-y = -2x + 3
Multiply both sides by -1.
y = 2x - 3
m = slope = 2
b = y-intercept = -3, which is the point (0,-3)
x-intercept = 0 = 2x - 3, x = 3/2, which is the point (3/2,0)
.
Note that we can tell the two lines are perpendicular because their slopes are negative reciprocals.
.


Probability-and-statistics/286120: What is the z value such that 50% of the total area lies to the right of the curve in any normal distribution?
1 solutions

Answer 207466 by oberobic(2304) About Me  on 2010-03-28 13:56:14 (Show Source):
You can put this solution on YOUR website!
The z distribution is defined as normally distributed with mean = 0 and s.d. = 1, shown as N(0,1).
.
The mean is the "middle" or "center of mass" of the distribution, so 50% of the scores are less than z=0 and 50% are greater than z=0.


Quadratic_Equations/285990: determine the equation of the line described. put answer in the slope-intercept form if possible.
through (-2,5), perpendicular to -4x + 5y = 17
1 solutions

Answer 207390 by oberobic(2304) About Me  on 2010-03-27 23:48:22 (Show Source):
You can put this solution on YOUR website!
-4x + 5y = 17
5y = 4x + 17
y = (4/5)x + 17/5
.
therefore, the slope of this line is 4/5.
which means the slope of a perpendicular line is -5/4.
.
We want this line with slope = -5/4 to go through the point (-2,5).
y = mx+b
5 = (-5/4)(-2) + b
5 = 10/4 + b
5 - 10/4 = b
5 - 2.5 = b
b = 2.5
.
y = -5/4x + 2.5
.
You can check with a graph. The red line is y = (4/5)x + 17/5. The green line is
y = -5/4x + 2.5
.

.


Graphs/285860: The slope of a line whose equation is (-2/3)x+5=x+y-3
1 solutions

Answer 207389 by oberobic(2304) About Me  on 2010-03-27 23:42:27 (Show Source):
You can put this solution on YOUR website!
Rearrange until you get it into slope-intercept form: y = mx+b.
.
(-2/3)x+5=x+y-3
.
Multiply everything by 3...
.
3((-2/3)x+5)=3(x+y-3)
-2x + 15 = 3x + 3y - 9
.
Subtract 3x from both sides...
.
-5x + 15 = 3y -9
.
Add 9 to both sides...
.
-5x + 24 = 3y
.
Divide both sides by 3...
.
(-5/3)x + 8 = y
.
y = (-5/3)x + 8
.
slope = -5/3
y-intercept occurs where x=0, which is...
y = (-5/3)(0) + 8 = 8
or the point (0,8).
.
You only need two points to draw a straight line, so the x-intercept is useful.
It occurs where y=0.
.
0 = (-5/3)x + 8
.
Multiply by 3
0 = -5x + 24
.
Add 5x to both sides
5x = 24
.
Divide by 5
.
x = 24/5 = 4+4/5 = 4.80
which is the point (4.8,0)
.
You can check the graph to see...
.
graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C-5%2F3%2Ax+%2B+8%29


Linear-equations/285985: decide whether the pair of lines is parallel perpendicular or neither 2x+3y=9 3x-2y=8
1 solutions

Answer 207388 by oberobic(2304) About Me  on 2010-03-27 23:22:59 (Show Source):
You can put this solution on YOUR website!
EQ.1.
2x+3y=9
3y = -2x + 9
y = -2/3x+3
.
EQ.2.
3x-2y=8
-2y = -3x+8
y = 3/2x+4
.
Since slope of EQ.1 is -2/3, a perpendicular line will have a negative reciprocal slope, which is 3/2.
EQ.2 has that slope, so they are perpendicular.
.
graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C-2%2F3%2Ax%2B3%2C3%2F2%2Ax%2B4%29


Travel_Word_Problems/285959: What is the distance I can travel by car in .82 seconds at the rate of 26mph?
1 solutions

Answer 207352 by oberobic(2304) About Me  on 2010-03-27 20:03:03 (Show Source):
You can put this solution on YOUR website!
1 hr = 3600 seconds
.
26 miles/hr = 26 miles/1 hr = 26 miles/3600 seconds = .0072222 miles/second
.
.82 seconds * .0072222 miles/sec = .0059222 miles
.
That is not a very help measure, but we can multiply by 5280 ft/mile to get a better answer.
.
5280 ft/mile * .059222 miles = 31.2693 ft
.
As a quick reasonableness check, in school I memorized that 60 mi/hr = 88 ft/sec.
So in round numbers, 26 mph is about 30 mph = about 44 ft/sec.
And .82 is about .75 or 3/4 of a second.
3/4 of 44 = 33
.
Answer:
The car travels about 31.2693 ft in .82 seconds at 26 mph.
.
Done


Quadratic_Equations/285948: The problem is: One number is 8 more than the second number. Twice the second number is one more than the first. Find the numbers.
1 solutions

Answer 207349 by oberobic(2304) About Me  on 2010-03-27 19:49:20 (Show Source):
You can put this solution on YOUR website!
x = first number
y = second number
x = 8y :: the first number = 8 times the second number
2y = x+1 :: twice the second number is one more than the first number
.
substitute x = 8y...
.
2y = 8y + 1
-6y = 1
y = 1/(-6) = -1/6
.
x = 8y
x = 8(-1/6) = -8/6 = -4/3
.
Checking...is twice the second number = 1 more than first?
.
2*y = 2(-1/6) = -2/6 = -1/3
x+1 = -4/3 + 1 = -1/3
Correct
.
Answer:
The numbers are x and y:
x = -4/3, and
y = -1/6.
.
Done.


Linear-equations/285952: y=30x+8000 solve for y
1 solutions

Answer 207346 by oberobic(2304) About Me  on 2010-03-27 19:38:35 (Show Source):
You can put this solution on YOUR website!
y = 30x +8000
.
This equation is in slope-intercept form: y = mx+b. So,
.
m = slope = 30, which is a very steep slope indeed
b = y-intercept = 8000, which is the point (0, 8000)
.
x-intercept is where y=0
.
0 = 30x + 8000
x = -8000/30 = -800/3 = -266 2/3, which is the point (-266 2/3, 0).
.
graph%28500%2C500%2C-300%2C100%2C-500%2C10000%2C30%2Ax+%2B+8000%29
.


Equations/285949: i need help solving 2xsquared-x-10=0
1 solutions

Answer 207343 by oberobic(2304) About Me  on 2010-03-27 19:28:40 (Show Source):
You can put this solution on YOUR website!
2x%5E2+-+x+%2B+10+=+0
.
factor
.
%282x+-+5%29%28x+%2B+2%29+=+0
.
Check using FOIL (first*first + outside*outside + inside*inside + last*last)...
.

.
Done


Age_Word_Problems/285950: Could you set up this word problem please? Then I will solve it.
Derek is four times as old as Sarah. Three years ago the sum of their ages was 44. How old is each now?
1 solutions

Answer 207342 by oberobic(2304) About Me  on 2010-03-27 19:23:23 (Show Source):
You can put this solution on YOUR website!
d = Derek's age
s = Sarah's age
d = 4s :: Derek is 4 times as old as Sarah
.
3 years ago...
Derek's age = d-3
Sarah's age = s-3
.
The sum of their ages was 44...
.
(d-3)+(s-3) = 44
.
Substitute d = 4s...
.
(4s-3) + (s-3) = 44
.
And there you go...


Miscellaneous_Word_Problems/285932: Upstream, downstream. Junior’s boat will go 15 miles per hour in still water. If he can go 12 miles downstream in the same amount of time as it takes to go 9 miles upstream, then what is the speed of the current?
1 solutions

Answer 207337 by oberobic(2304) About Me  on 2010-03-27 18:33:42 (Show Source):
You can put this solution on YOUR website!
D = R*T, where D=distance, R=rate of speed, and T=time
.
S = speed in calm water = 15
C = current speed
S-C = speed going upstream
S+C = speed going downstream
.
T = D/R
.
Upstream...
T = 9/(S-C)
.
Downstream...
T = 12/S
.
Transitive property lets us eliminate T...which is good since we don't know what T is...
9/(S-C) = 12/S
.
Cross multiply...
9S = 12*(S-C) = 12S - 12C
.
Substitute S=15...
9(15) = 12(15) - 12C
.
135 = 180 - 15C
.
Add 15C to both sides...
15C + 135 = 180
.
Subtract 135 from both sides...
15C = 45
.
Divide both sides by 15
C = 3 = current speed
.
Checking the answer by checking the time up and downstream..
.
T = 9/(S-C) = 9/9 = 1 hr
.
T = 15/(S+C) = 15/(12+3) = 15/15 = 1 hr
.
Correct.
.
Answer:
The current is 3 mph.


Rectangles/285409: find the dimensions of a retangle if its perimeter is 50 feet and its area is 150 square feet?
1 solutions

Answer 206887 by oberobic(2304) About Me  on 2010-03-25 19:53:15 (Show Source):
You can put this solution on YOUR website!
P = perimeter = 2L + 2W = 2(L+W)
P = 50
so...
L+W = 25
.
A = area = L*W
A = 150
.
That means we know:
L + W = 25
and
L*W =150
.
Substituting L = 25-W,
.
(25-W)*W = 150
25W -W^2 = 150
.
Add W^2 to both sides
.
25W = W^2 + 150
.
Subtract 25W from both sides
.
0 = W^2 - 25W + 150
.
Factoring
.
(W-10)(W-15) = 0
.
That means W can be either 10 or 15.
.
Since L = 25-W, L can be either 15 or 10, depending on W.
.
Checking our work
.
Is P = 50 if W=15?
2L + 2W = 2(10)+2(15) = 20+30= 50
Is P = 50 if L=15?
2L + 2W = 2(15)+2(10) = 50
.
Either way the area is 150 because we know 10*15 = 15*10 = 150.
.
Answer:
L = 10 and W = 15
OR
L = 15 and W = 10
.
Done


Linear-equations/285402: Is there a simple way of remembering slope-intercept and point-intercept? Such as a word or phrase. Thank you
1 solutions

Answer 206884 by oberobic(2304) About Me  on 2010-03-25 19:44:35 (Show Source):
You can put this solution on YOUR website!
There is no 'point-intercept', so you can forget that.
.
y = mx+b is the slope-intercept form. You can tell because you are given the slope, 'm', and the y-intercept, 'b'.
.
The other form is the point-slope form. You can tell this because you are not given the intercept or, by the process of exclusion, you know it is not the slope-intercept.
The point-slope form is
y-y1 = m(x-x1)
.


Linear-equations/285372: i was asked draw a trend line and write an equation for my trend line in slope-intercept point. The problem is that i don't understand what's a trend line is and how to write an equation for that.
this is the problem:
A giraffe was 1ft tall at birth. 7 ft tall at the age of 4, and 11 1/2 ft tall at the age of 7.
i was asked to make a scatter plot and i did.
Please help me with my homework :(
1 solutions

Answer 206880 by oberobic(2304) About Me  on 2010-03-25 19:37:06 (Show Source):
You can put this solution on YOUR website!
A trend line shows the average of a series of points over time.
We can assume the independent variable, age, is the x-axis.
That means height is a function of age, that is f(x), so it will be plotted on the y-axis.
The data points you have are:
(0,4)
(4,7)
(7,11.5)
.
To draw a line, you need two points.
(0,4) should be one of them.
.
The slope-intercept form is: y = mx+b
In this case, we know that when x=0, y=4, so the y-intercept has to be 4.
.
The slope is the rise/run, which is the change in y divided by the change in x.
.
From (0,4) to (4,7),
change in y = 7-4 = 3
change in x = 4-0 = 4
m = 3/4 = .75
.
From (4,7) to (7,11.5),
change in y = 11.5-7 = 4.5
change in x = 7-3 = 4
slope = 4.5/4 = 1.25
.
So the slope is getting steeper, which means a straight line will have to miss one or both of the points. That means the trend line will be somewhere between them.
.
We can pick the average value of 'x' and 'y' as the point that will be the second point on which we will base our trend line.
.
The average value of 'y' = (7+11.5)/2 = 18.5/2 = 9.25
The average value of 'x' = (4+7)/2 = 11/2 = 5.5
So the point is (5.5,9.25)
.
Based on the point (0,4) as our starting point...which reasonable since that is the at birth height...
.
change in y = 9.25-4 = 5.25
change in x = 5.5-0 = 5.5
slope = 5.25/5.5 = .954545
.
Recall our second point will be (5.5,9.25)
The equation will be:
y = .954545*x + 4
.


Volume/285074: I just purchased a swimming pool with the dimensions of 15 feet across and 42 inches deep. Yes it is a circle. I need to know how many gallons of water it will hold. I am having a tanker brought out and need to know how much they need to bring because they charge by the gallon to bring it out.
Thank You,
William Beauchamp
1 solutions

Answer 206713 by oberobic(2304) About Me  on 2010-03-24 22:34:54 (Show Source):
You can put this solution on YOUR website!
1 cubic foot of water is about 7.48 gallons.
.
The volume = Area of the circle * height of the column. This is the formula for the volume of a cylinder, which is what you will have.
.
Area = pi*r^2 = pi*7.5^2 = 176.71 square feet
.
Assuming you want to fill the pool to the rim, that is 42 inches, which = 3.5 ft.
.
3.5 ft * 176.71 ft^2 = 618.485 ft^3
.
618.485 ft^3 * 7.48 gallons/ft^3 = 4626.27 gallons
.
Done


Travel_Word_Problems/284699: Chuck Travels 80 km in the same time that Mary travels 180 km. Mary travels 50 km per hour faster than Chuck. Find the rate of each person.
1 solutions

Answer 206527 by oberobic(2304) About Me  on 2010-03-23 23:55:24 (Show Source):
You can put this solution on YOUR website!
The basic distance equation is useful: D = RT, where D=Distance, R=Rate of speed & T = Time.
DC = Chuck's distance = 80 km
DM = Mary's distance = 180 km
T = Chuck's time = Mary's time
RC = Chuck's rate of speed
RM = Mary's rate of speed
RM = RC + 50 kph :: Mary is going 50 km/hr faster.
.
Since they travel for the same time, but you do not know the time, you need to eliminate it.
.
We know the distance travelled at speed = RC.
.
80 = RC*T
.
So we can define T = 80/RC
.
And we know the distance travelled at speed = RM.
.
180 = RM*T
.
So we can define T = 180/RM
.
Using the transitive property to eliminate T.
.
80/RC = 180/RM
.
Substitute RM = RC+50.
.
80/RC = 180/(RC+50)
.
Cross multiply to eliminate denominators.
.
80*(RC+50) = 180*RC
.
80*RC + 4000 = 180*RC
.
4000 = 180*RC - 100*RC
.
4000 = 100*RC
.
RC = 4000/100 = 40 km/hr
.
Now we can substitute that value to get RM.
.
RM = RC+50
.
RM = 40 + 50 = 90 km/hr
.
Checking to see if these are the answer.
.
80 = 40*T
T = 80/40 = 2 hr
.
180 = 90*T
T = 180/90 = 2 hr
.
Correct!
.
Answer:
Chuck's speed is 40 km/hr.
Mary's speed is 90 km/hr.
.
Done.


Graphs/284252: what is the x-intercept of y=630-0.00635x^2
1 solutions

Answer 206247 by oberobic(2304) About Me  on 2010-03-22 22:21:27 (Show Source):
You can put this solution on YOUR website!
y = -.00635*x^2+630
graph%28500%2C500%2C-1000%2C1000%2C-1000%2C1000%2C-.00635%2Ax%5E2%2B630%29


Expressions-with-variables/284251: solve by completing the square. a^2-2a-8=0??
1 solutions

Answer 206246 by oberobic(2304) About Me  on 2010-03-22 22:17:18 (Show Source):
You can put this solution on YOUR website!
a%5E2+-2a+%2B+1+=+8%2B1
.
%28a-1%29%28a-1%29+=+9
.
%28a-1%29%5E2+=+9
.
a-1+=+sqrt%289%29+=+3
.
a+=+3+%2B+1+=+4
.
Checking...
.
%284%5E2%29+-2%284%29+-8+=+0??
16+-+8+-8+=+0
Correct.
.
Answer: a=4
.
Done


Functions/284195: f(x)= 3x-2/x+7
1 solutions

Answer 206241 by oberobic(2304) About Me  on 2010-03-22 22:10:01 (Show Source):
You can put this solution on YOUR website!
3x -2/x + 7 = 0
.
Multiply by x to remove denominator.
.
x(3x -2/x + 7) = x(0)
3x^2 -2 +7x = 0
.
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 3x%5E2%2B7x%2B-2+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%287%29%5E2-4%2A3%2A-2=73.

Discriminant d=73 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28-7%2B-sqrt%28+73+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%287%29%2Bsqrt%28+73+%29%29%2F2%5C3+=+0.257333957552922
x%5B2%5D+=+%28-%287%29-sqrt%28+73+%29%29%2F2%5C3+=+-2.59066729088625

Quadratic expression 3x%5E2%2B7x%2B-2 can be factored:
3x%5E2%2B7x%2B-2+=+3%28x-0.257333957552922%29%2A%28x--2.59066729088625%29
Again, the answer is: 0.257333957552922, -2.59066729088625. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B7%2Ax%2B-2+%29


Linear-equations/284138: How do i write an equation with the points (0,4),(3,3)
1 solutions

Answer 206237 by oberobic(2304) About Me  on 2010-03-22 22:05:49 (Show Source):
You can put this solution on YOUR website!
When you know two points, use the slope-intercept form: y = mx+b
m = rise / run = change in y / change in x
.
m = (4-3) / (0-3) = 1/-3 = -(1/3)
.
y = -1/3x+b
.
Now substitute one of the point's values to find b.
.
4 = -(1/3)(0) + b
b = 4
.
Check using the second point.
.
3 = -1/3(3) + b = -1 + b
b = 4
.
Therefore,
y = -1/3x + 4
.
Graph it for another check.
.
graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C-1%2F3%2Ax%2B4%29
.


Linear_Algebra/284153: is y=-2x=4 a linear equation?
1 solutions

Answer 206233 by oberobic(2304) About Me  on 2010-03-22 21:52:05 (Show Source):
You can put this solution on YOUR website!
Is y= -2x -4 a linear equation?
Yes, it is.
Since there is no exponent, there will be no curves.
So it is a straight line, which means it is a linear equation;.
.


Polynomials-and-rational-expressions/284209: facotr completely
7x^2-21xy-28y^2
1 solutions

Answer 206230 by oberobic(2304) About Me  on 2010-03-22 21:43:06 (Show Source):


Expressions-with-variables/284207: D=RT for R
R=?
1 solutions

Answer 206214 by oberobic(2304) About Me  on 2010-03-22 21:12:41 (Show Source):
You can put this solution on YOUR website!
D = RT, which looks like the standard distance equation, where
D = Distance travelled
R = Rate of speed
T = Time
.
D = RT
.
To find R, divide both sides by T
.
D/T = RT/T = R*(T/T) = R*1 = R
.
D/T = R
R = D/T
.
Done


Linear-systems/284175: 5x-40=6y
2y=8-3x by the addition method
1 solutions

Answer 206210 by oberobic(2304) About Me  on 2010-03-22 21:05:33 (Show Source):
You can put this solution on YOUR website!
The 'addition' method for solving systems of linear equations is also known as the 'elimination' method.
.
First, get the equations into standard form: Ax + By = C
.
5x -40 = 6y
5x - 6y = 40 :: (EQ 1)
.
2y = 8 - 3x
3x + 2y = 8 :: (EQ 2)
.
If we multiply EQ 2 by 3, the two equations will be in shape to eliminate the 'y' term.
.
5x -6y = 40 :: (EQ 1)
9x + 6y = 24 :: (EQ 2 * 3)
.
adding...
.
14x = 64
.
x = 64/14 = 32/7
.
substitute x = 32/7 in EQ 1 to find y
.
5(32/7) -6y = 40
160/7 -6y = 40
.
multiply both sides by 7 to remove the denominator
.
160 -42y = 280
.
subtract 120 from both sides
.
-42y = 120
.
divide both sides by -42
.
y = -120/42 = -60/21
.
So, we think the intersection of the two lines will be: (32/7, -60/21) = (4 4/7, -2 6/7)
.
Graphing is good way to check.
The slope-intercept form is a good way to compute the lines: y = mx+b.
.
5x-40=6y
.
6y = 5x -40
.
divide by 6
.
y = 5/6x - 40/6
y = 5/6x - 20/3
.
2y=8-3x
2y = -3x + 8
y = -3/2x + 4
.


Average/284162: After four geometry tests this nine weeks, Jessica's average score is 88%. What score does she need on her next test in order to raise her average to 90%?
1 solutions

Answer 206190 by oberobic(2304) About Me  on 2010-03-22 20:26:20 (Show Source):
You can put this solution on YOUR website!
An average of 88% means that the sum of the four tests divided by 4 = .88 = 88%.
S = sum of the 4 scores
S/4 = 88
S = 4*88
S = 352
.
We need to find the value of the 'next' test that will bring the average to 90%.
.
(352+x)/5 = 90
.
Multiply both sides by 5 to eliminate the denominator
352 + x = 450
x = 450 - 352 = 98
.
So, the student needs to score 98% on the fifth test to pull the average up to 90%.
.
Check by computing the average...
352 + 98 = 450
450 / 5 = 90
.
Answer: The student needs to score 98% on the fifth test to bring the average up to 90%.
.
Done.


Linear-equations/284134: How do I write an equation when the slope is -3 and the y-intercept is 5?
1 solutions

Answer 206183 by oberobic(2304) About Me  on 2010-03-22 19:37:42 (Show Source):
You can put this solution on YOUR website!
y = mx + b is the basic slope-intercept form of a linear equation, where
m = slope
b = y-intercept (recall, the y-intercept is the point where x=0)
.
slope = -3 = m
.
y-intercept = 5 = b,
or
(0,5)
.
y = -3x + 5
.
A good check is what is the x-intercept, and then graph it.
.
The x-intercept is where y=0.
.
0 = -3x + 5
.
x=5/3
.
or (5/3,0)
.
Graphing can be used to check
.

.


Polynomials-and-rational-expressions/284124: The Northern Hills swimming pool can be filled by a vent in 10 hours. It can emptied by a drain pipe in 20 hours. The manager mistankely leaves the drain pipe open while trying to fill the pool before memorial day, How long will it take to fill the pool.
1 solutions

Answer 206174 by oberobic(2304) About Me  on 2010-03-22 19:04:37 (Show Source):
You can put this solution on YOUR website!
The vent fills the pool in 10 hours, so it fills at a rate of 1/10 of the job per hr.
The drain empties the pool in 20 hours , so it drains at a rate of -1/20 per hr.
We can imagine the pool being full as = 1.
.
x(1/10) -x(1/20) = 1 job
.
Multiply through by 20.
.
2x - x = 20
x = 20
.
Checking, we can find how much water was put in vs. how much water was pulled out.
.
20 hr * 1/10 per hr = 2 :: So in 20 hrs the pool can be filled twice.
20 hr * 1/20 per hr = 1 :: So in 20 hrs the pool can be drained once.
2-1 = 1, which suggests the pool is full at that instant.
.
But I suspect the pool cannot hold twice it's normal volume. That is, once you have it full, adding more water just flows over the rim and floods the building. So, perhaps 20 hrs is too long.
.
Perhaps a better model is to suggest the pool is filling and draining simultaneously. That means it fills at a net rate of 1/10 - 1/20 per hr.
.
x(1/10-1/20) = 1
x(1/20) = 1
x = 20
.
Hmmm...20 again.
.
So, the answer is 20 hrs.
.
But, after 20 hrs the pool will be flooding the building since it will still be adding water at the rate of 1/10 the volume of the pool per hr minus 1/20 of the volume per hr or a net rate of 1/20 of the volume per hr.
.
Done.


Polynomials-and-rational-expressions/284109: Im having trouble understanding this one could you explain how to get the answer please?:
A rectangle has area of x^2+3x-18 and width x-3 find the factor for the length
1 solutions

Answer 206164 by oberobic(2304) About Me  on 2010-03-22 18:40:48 (Show Source):
You can put this solution on YOUR website!
A+=+area+=+Length++%2A+Width
.
A+=+x%5E2+%2B+3x+-18
.
W+=+width+=+x-3
.
Since
A+=+L%2AW
We can rearrange to say that
A%2FW+=+L,
which suggests you divide A/W (that is, polynomial division).
.
But you may be able to factor the equation to advantage.
.
x%5E2+%2B+3x+-18+=+%28x%2B6%29%28x-3%29
.
So substituting what we know
.
A+=+L+%2A+W
A+=+%28x%2B6%29+%2A+W
.
Which means
L+=+%28x%2B6%29
.
Done


Numbers_Word_Problems/284107: if 4 is added to twice a number and the sum is multiplied by 2, the result is the same as if the number is multiplied by 3 and 4 is added to the product. what is the number?
1 solutions

Answer 206157 by oberobic(2304) About Me  on 2010-03-22 18:26:26 (Show Source):
You can put this solution on YOUR website!
A number = x.
4 is added to twice a number = 2x + 4
4 is added to three times a number = 3x + 4
2x + 4 = y
3x + 4 = y
.
By the transitive property...
.
2x + 4 = 3x + 4
.
0 = x
.
x = 0
.
So the answer is x = 0.
.
Any number times 0 = 0, so that's logically the only possible answer.
.
Done


Length-and-distance/283748: A square has vertices U(-2,1), V(2,3), W(4,-1) and X(0,-3). Verify that the diagonals perpendicularly bisect each other.
1 solutions

Answer 205929 by oberobic(2304) About Me  on 2010-03-21 22:41:02 (Show Source):
You can put this solution on YOUR website!
The four points can be plotted:
.

.
The diagonals are defined by the points: U,W and V,X.
.
We need to solve for a line going through the first pair of points
U (-2,1)
W (4,-1)
.
y = mx + b
m= (-1-1)/(4-(-2))= -2/6 = -1/3
y = -1/3x + b
We can solve for 'b' by plugging in the points we know.
1 = -1/3*(-2 ) + b
b = 1/3
or
-1 = -1/3*4 +b
b = 1/3
.
y=-1/3x + 1/3 defines the equation for the first diagonal.
.
Then we need to find the equation for the line going through the other two points
V (2,3)
X (0,-3)
m= (-3-3)/(0-2) = -6/-2 = 6/2 = 3
.
At this point we know the diagonals are perpendicular because, by definition, the slopes of perpendicular lines are the negative reciprocal.
-1/3 is the negative reciprocal of 3.
.
But we can press on to continue to define the second equation...
.
-3 = 3(0) + b
b = -3
or
3 = 3(2) + b
b = -3
y = 3x -3
.
Then a graph will illustrate they are perpendicular.
.