Questions on Word Problems: Evaluation, Substitution answered by real tutors!

Algebra ->  Algebra  -> Customizable Word Problem Solvers  -> Evaluation -> Questions on Word Problems: Evaluation, Substitution answered by real tutors!      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com
Ad: Algebra Solved!™: algebra software solves algebra homework problems with step-by-step help!
Ad: Algebrator™ solves your algebra problems and provides step-by-step explanations!

   


Tutors Answer Your Questions about Evaluation Word Problems (FREE)


Question 570943: What quantity of a 55% acid solution must be mixed with a 25% solution to produce 400 mL of a 40% solution?
Found 2 solutions by Maths68, Alan3354:
Answer by Maths68(1154) About Me  (Show Source):
You can put this solution on YOUR website!
Solution A
Amount = x
Concentration = 55%=0.55
Solution B
Amount = 400-x
Concentration = 25%=0.25
Resultant Solution
Amount = 400
Concentration = 40% =0.4


(Amount of A)(concentration of A)+ (Amount of B)(concentration of B)= (Amount of resultant)(concentration of resultant)
(x)(0.55)+(400-x)(0.25)=(400)(0.4)
0.55x+100-0.25x=160
0.55x-0.25x=160-100
0.3x=60
0.3x/0.3=60/0.3
x=200

200ml of a 55% acid solution must be mixed with a 200ml of 25% solution to produce 400 mL of a 40% solution





Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
What quantity of a 55% acid solution must be mixed with a 25% solution to produce 400 mL of a 40% solution?
--------------
40% is the average of 55% and 25%, so it's equal amounts.


Question 570535: Could someone please help me with this problem? The average of the first three numbers was 42. The average of the next seven numbers was only 12. What was the average of all the numbers?
Answer by Earlsdon(6103) About Me  (Show Source):
You can put this solution on YOUR website!
Let's say that the first three numbers are: a, b, and c. We need to find their sum.
%28a%2Bb%2Bc%29%2F3+=+42 "The average of the first three numbers was 42".
So the sum of the first three numbers is 3%2842%29+=+126
The next seven numbers we'll identify as: d, e, f, g, h, i, j and their average is:
%28d%2Be%2Bf%2Bg%2Bh%2Bi%2Bj%29%2F7+=+12 "The average of the next seven numbers was only 12". So their sum is 7%2812%29+=+84
So we have 10 numbers altogether. To find their average, divide their sum by the number of numbers (that's 10):
%28126%2B84%29%2F10+=+210%2F10=21
The average of all ten numbers is 21.


Question 570179: The tolerance of the resistors used in electronics is given as a percent. Use your calculator for this exercise.
Find the lower and upper limits of a 17,000-ohm resistor with a 8% tolerance.
lower limit . ohms
upper limit . ohms

Answer by josmiceli(6784) About Me  (Show Source):
You can put this solution on YOUR website!
lower limit: +17000+-+.08%2A17000+
+17000%2A%28+1+-+.08+%29+
+17000%2A.92+
+15640+ ohms
--------------
upper limit: +17000+%2B+.08%2A17000+
+17000%2A%28+1+%2B+.08+%29+
+17000%2A1.08+
+18360+ ohms


Question 570174: The sum of two numbers is twelve. Four less than three times the smaller is equal to the larger. find the smallest and largest number?
Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of two numbers is twelve. Four less than three times the smaller is equal to the larger. find the smallest and largest number?
-----
Equations:
x + y = 12
x = 3y-4
-----------------
Substitute and solve for "y":
3y-4+y = 12
4y = 16
y = 4 (smaller)
----
Solve for "x":
x = 3y-4
x = 12-4 = 8 (larger)
=================
Cheers,
Stan H.


Question 569414: I am a sophomore in high school and am taking Algebra II. Right now we are reviewing Algebra I stuff and I honestly don't remember much about word problems and I have never been good at them. For this problem I have to solve by writing systems of equations.. I just don't know how to get equations out of word problems..
please help?
"For a mathematics project, 26 students were divided into four groups. Two groups had the same number of student. The other two groups each had one more studen than the smaller groups. How many students were in the smaller group?"

also..
"When she graduated fom college, Regina was offered two jobs. One paid a starting salary of $30,000 annually, plus guaranteed increases of $2,000 per year. The other paid a starting salary of $25,000 annually, plus guaranteed increases of $3,000 per year. After how many year would the salaries be equal?"

Im not looking for the answers I am just looking for someone to explain how to set up the system of equations for these problems I can answer them after I get the equations!!!(:
please and thank you!!!
~J

Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
"For a mathematics project, 26 students were divided into four groups.
G1 + G2 + G3 + G4 = 26
-------------------------------------
Two groups had the same number of student.
Let G1 and G2 have "x" students.
-------------------------------------
The other two groups each had one more student than the smaller groups.
Then G3 and G4 must have "x+1" students.
---------
How many students were in the smaller group?"
-----------------------
Equation:
x + x + x+1 + x+1 = 26
4x + 2 = 26
4x = 24
x = 6 (# of students in the smaller group).
==============
also..
"When she graduated fom college, Regina was offered two jobs.
One paid a starting salary of $30,000 annually, plus guaranteed increases of $2,000 per year.
S1 = 30000 + 2000x for x = 1,2,3...
--------------------------
The other paid a starting salary of $25,000 annually, plus guaranteed increases of $3,000 per year.
S2 = 25000 + 3000x for x = 1,2,3...
--------------------------------
After how many years would the salaries be equal?"
Equation:
Solve: S1 = S2
30000 + 2000x = 25000 + 3000x
1000x = 5000
x = 5 years
================
Cheers,
Stan H.


Question 568981: suppose x = t^2 + t and y = t^3 + t^2. if x = 2 what are the two possible values of y.
Answer by htmentor(580) About Me  (Show Source):
You can put this solution on YOUR website!
suppose x = t^2 + t and y = t^3 + t^2. if x = 2 what are the two possible values of y.
=================
If x = 2, we can solve for t:
t^2 + t = 2
t^2 + t - 2 = 0
Factor:
(t+2)(t-1) = 0
This gives t = -2, 1
So the possible values for y are:
(-2)^3 + (-2)^2 = -4
1 + 1 = 2
Ans: -4, 2


Question 567923: One cubic centimeter of aluminum weighs 2.7 grams. If a piece of aluminum foil weighs 5.4 grams, find the volume of the aluminum foil.
Answer by Alan3354(21583) About Me  (Show Source):

Question 567776: The peremiter of a rectangle is 66m the length is 1 m more than three times the width find the dimensions of the rectangle
Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
The perimeter of a rectangle is 66m
the length is 1 m more than three times the width
find the dimensions of the rectangle
------
Perimeter = 2(width + length)
66 = 2(w + 3w+1)
33 = 4w+1
4w = 32
width = 8 m
------
length = 3w+1 = 25 m
===========================
cheers,
Stan H.
==============


Question 566224: at-c= bt-d for t. i need to know the steps to solve the problem thanks
Answer by jim_thompson5910(21667) About Me  (Show Source):
You can put this solution on YOUR website!
at-c=+bt-d


at=+bt-d%2Bc


at-+bt+=+-d%2Bc


t%28a-+b%29+=+c-d


t+=+%28c-d%29%2F%28a-+b%29
-------------------------------------------------------------------------------------------------
If you need more help, email me at jim_thompson5910@hotmail.com

Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you

Jim

-------------------------------------------------------------------------------------------------


Question 565091: The product of two numbers is 42. The difference of the same two numbers is 11. What are the two numbers
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
The product of two numbers is 42. The difference of the same two numbers is 11. What are the two numbers
-----------
Factor 42
---
1*42
2*21
3*14
6*7


Question 565032: It's basically my sister's homework for school.
I want her to get an "A" on it.
Question
14) Twenty-four people pooled their money and bought lottery tickets. One ticket won a prize of $8,808,000. Find how hany dollars each person received.

Answer by ad_alta(170) About Me  (Show Source):
You can put this solution on YOUR website!
Are we assuming the 24 people are splitting the money equally? If so, each person gets $8,808,000/24=$367,000. But of course we have to subtract the money each person put into the pool (you didn't provide that information, though). And, unfortunately, each person would only get about half that amount after taxes.


Question 564412: suppose a ball is thrown vertically up in the air so that the height of the ball after t seconds is s(t)=80t-16t^2. What is the height of the ball after 1 second?
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
suppose a ball is thrown vertically up in the air so that the height of the ball after t seconds is s(t)=80t-16t^2. What is the height of the ball after 1 second?
------------
s(t)=80t-16t^2
Sub 1 for t


Question 563514: I have a problem that is 20 + .32x = 35 + .20x I don't understand how to solve this.
Answer by fcabanski(385) About Me  (Show Source):
You can put this solution on YOUR website!
Use algebra.


20 + .32x = 35 + .20x | subtract .20x from both sides and subtract 20 from both sides.


20 + .32x -.20x -20 = 35 + .20x -.20x -20
.12x=15 |divide both sides by .12
x = 125

If you need help understanding math so you can solve these problems yourself, then one on one online tutoring is the answer ($30/hr). If you need faster solutions with guaranteed detailed answers, then go with personal problem solving ($3.50-$5.50 per problem). Contact me at fcabanski@hotmail.com



Question 561917: on a trivia game show, a contestant will answer 21 questions. A maximum of 200 points can be earned. Some questions are worth 10 points and some are worth 8 points. How many of each point-value question must the contestant answer to earn the maximum number of points?
please help my on this word problem? i have to show work to.

Answer by solver91311(12126) About Me  (Show Source):
You can put this solution on YOUR website!


This is exactly the same as a "two kinds of coins in a pig bank" problem. You have to derive an equation that relates to the total NUMBER of the two things and then an equation that relates to the total VALUE of the two things. In this case, the value is expressed in points, but the idea and the process are the same.

Let represent the number of 8 point questions and represent the number of 10 point questions. Then the point value of all of the 8 point questions is and the point value of all of the 10 point questions is . The total NUMBER of questions is 21 and the total point VALUE of all the questions is 200, so:





Just solve the 2X2 linear system.

John

My calculator said it, I believe it, that settles it
The Out Campaign: Scarlet Letter of Atheism



Question 560346: Hi. I'm reviewing for my upcoming test in math and I am not really sure how to answer this one. It's an equation that has to do with real-world situations.
"The dimensions of a building are 100 times as large as the dimensions of its model. If a floor on the model is x cm long, how long is the floor on the building?"
Thanks for your time

Answer by subudear(55) About Me  (Show Source):
You can put this solution on YOUR website!
As mentioned the diomensions are 100 times for real building as compared to mentioned in model so if the model is x cm and then real real building will be 100x cm.


Question 346959: Wow. This should be easier...
AB * CD = DDD
What's D? There should be two answers, but I'm dumbfounded helping my daughter with her homework! :) Help

Answer by nn-i(2) About Me  (Show Source):
You can put this solution on YOUR website!
There was a misunderstanding with the previous answer. For the question, A, B, C & D represent 4 different numbers and the multiplication of number AB with number CD results in a number DDD.

The key to solving this problem is to recognize that DDD has factors of D and 111.
In turn, 111 has factors 3 and 37.

Stop reading now as you may be able to solve with that clue.



Did you get it?

To continue (DDD) = (37 * 3 * D ) = (AB * CD)
Thus can infer that either AB or CD is 37 and the other number is D * 3.
Using guess and check to find D and we get 5 and 7 as possible value of D.
So, ensuring that the digit value of the second number is D ...
D=5:
37 * 3 * 5 = 555
37 * 15 = 555
A=3, B=7, C=1, D=5
and
D=7:
37 * 3 * 7 = 777
21 * 37 = 777
A=2, B=1, C=3, D=7


Question 557949: A person scores 81 on a test of verbal ability and 6.4 on a test of quantitative
ability. For the verbal ability test, the mean for people in general is 50 and the standard deviation is 20. For the quantitative ability test, the mean for people in general is 0 and the standard deviation is 5. Which is this person’s stronger ability:
verbal or quantitative? Explain your answer to a person who has never had a
course in statistics.

Answer by Theo(2967) About Me  (Show Source):
You can put this solution on YOUR website!
score is 81 on verbal and 6.4 on quantitative.
mean for verbal is 50 and standard deviation is 20.
mean for quantitative ability is 0 and standard deviation is 5.
strongest would be how the person does relative to the other people.
when the mean is 50 and the standard deviation is 20, then a score of 81 would be equal to (81-50)/20 = 1.55 standard deviations above the mean.
when the mean is 0 and the standard deviation is 5, then a score of 64 would be equal to (6.4-0)/5 = 1.28 standard deviations above the mean.
this person's stronger ability is verbal.
what i calculated was the person's z-score for each of the tests.
the higher the z-score, the more people have a score less than that and the less people have a score greater than that.
if your were able to look up the z-score in a table, you would find that:
with a z-score of 1.55, 94% of the people taking the test would have scores less than that and only 6% would have scores greater than that.
with a z-score of 1.28, 90% of the people taking the test would have scores less than that and only 10% would have scores greater than that.
he did good in both tests, but he scored better than the general population in the test of verbal ability.


Question 557950: You are conducting a survey at a college with 800 students, 50 faculty members,
and 150 administrators. Each of these 1,000 individuals has a single listing in
the campus phone directory. Suppose you were to cut up the directory and pull
out one listing at random to contact. What is the probability it would be (a) a student,
(b) a faculty member, (c) an administrator, (d) a faculty member or administrator,
and (e) anyone except an administrator? (f) Explain your answers to
someone who has never had a course in statistics.

Answer by Theo(2967) About Me  (Show Source):
You can put this solution on YOUR website!
number of students = 800
number of faculty members = 50
number of administrators = 150
total = 1000
assuming the selection was random, then:
probability it would be a student would be 800 / 1000
probability it would be a faculty member would be 50 / 1000
probability it would be an administrator would be 150 / 1000
probability it would be a faculty member or an administrator would be 200 / 1000
probability it would be anyone except an administrator would be 850 / 1000
the probability it would be any number of a certain type is the number of occurrences of that type divided by the number of total occurrences.
in the case of the faculty member or administrator, this assumes that a person is not a faculty member and an administrator at the same time.
the generic term for this is that each type is mutually exclusive which means that you can't have a member of one type being also a member of the other type.


Question 557907: A child's raincoat is on sale for $18.00 after a 40% markdown. What is the raincoat's original price?
Answer by rfer(10417) About Me  (Show Source):

Question 557297: On three consecutives passes, a football team gains 5 yards, loses 10 yards and gains 45 yards. What number represents the total net yardage? The answer I got was 5-10+45=50
- Solve by using the substitution method. 8x+3y=-42 and x=8-7y
-What is the domain of (p) p(x)=x 2(to the second power) -2x+1
y=6/5x+5
Determine if (-1,6)is a solution for 6x-6y=1
10x--90
-6+4x<38
Find the slope for (3,9) and (7-10)
Find the slope and the y-intercept for f(x) -2x-3
Solve 7x not equal to 35


Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
On three consecutives passes, a football team gains 5 yards, loses 10 yards and gains 45 yards. What number represents the total net yardage?
The answer I got was 5-10+45=50
The answer you should have is = 40 yds
-----------------------------------------
- Solve by using the substitution method. 8x+3y=-42 and x=8-7y
Substitute for "x" and solve for "y":
8(8-7y) + 3y = -42
64-56y + 3y = -42
-53y = -106
y = 2
=============================
Solve for "x":
x = 8-7y
x = 8-7*2 = -6
--------------------------

-What is the domain of
p(x)=x^2-2x+1
Domain is "All Real Numbers".
----
y= (6/5)x+5
Domain is "All Real Numbers".
----
Determine if (-1,6) is a solution for 6x-6y=1
Check: 6*-1-6*6 = 1
-6-36 = 1
No, (-1,6) is not a solution.
-----------------------------------
Find the slope for (3,9) and (7-10)
slope = (9--10)/(3-7) = 19/-4 = -19/4
-----------------------------------
Find the slope and the y-intercept for f(x)=-2x-3
Slope = -2
y-intercept = -3
-----------------------------------
Solve 7x not equal to 35
Divide both sides by 7 to get:
x # 5
===================================
Cheers,
Stan H.
==============================


Question 556613: there are cows and chickens on the barnyard and there are 24 legs. how many cows? how many chickens? how do you know?
Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
there are cows and chickens on the barnyard and there are 24 legs. how many cows? how many chickens? how do you know?
---------------
2ch + 4cow = 24
There's more than 1 answer, no unique solution.
0 chic and 6 cows
2 chic and 5 cows
4 chic and 4 cows etc


Question 555266: Please help solv. A digital photgraph is 30 pixel longer than it is wide and has a total area of 4000 pixels. Find the dimensions of this photograph.
Found 2 solutions by nerdybill, jim_thompson5910:
Answer by nerdybill(5404) About Me  (Show Source):
You can put this solution on YOUR website!
Please help solv. A digital photgraph is 30 pixel longer than it is wide and has a total area of 4000 pixels. Find the dimensions of this photograph.
Let x = width (in pixels)
then
x+30 = length
.
x(x+30) = 4000
x^2+30x = 4000
x^2+30x-4000 = 0
(x+80)(x-50) = 0
x = {-80, 50}
throw out the negative solution leaving:
x = 50 pixels (width)
.
Length:
x+30 = 50+30 = 80 pixels
.
Dimensions:
50 by 80 pixels

Answer by jim_thompson5910(21667) About Me  (Show Source):
You can put this solution on YOUR website!
x(x+30)=4000

x^2+30x=4000

x^2+30x-4000=0


Now use the quadratic formula to solve:

x = (-b+-sqrt(b^2-4ac))/(2a)

x = (-(30)+-sqrt((30)^2-4(1)(-4000)))/(2(1))

x = (-30+-sqrt(900-(-16000)))/(2)

x = (-30+-sqrt(16900))/2

x = (-30+sqrt(16900))/2 or x = (-30-sqrt(16900))/2

x = (-30+130)/2 or x = (-30-130)/2

x = 100/2 or x = -160/2

x = 50 or x = -80


Ignore the negative solution. So the dimensions are 50 by 80 pixels.

If you need more help, email me at jim_thompson5910@hotmail.com

Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you

Jim



Question 554812: Estimate the product.Write a number model to show how you estimated.
a.48*21
b.98*72

Answer by rfer(10417) About Me  (Show Source):
You can put this solution on YOUR website!
a 50*20=1000
b 100*70=7000


Question 554064: My dad and I are trying to figure out this problem:
"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers"

Answer by Alan3354(21583) About Me  (Show Source):
You can put this solution on YOUR website!
"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers"
-----------------
x + y = 10
x = 2y + 4
-----
Sub for x in the 1st eqn
(2y+4) + y = 10
3y + 4 = 10
3y = 6
y = 2
------
x = 8


Question 553695: the table below shows the number of male and female students enrolled in nursing at a university for a recent semester. fine the specified probability
Nm Nnm total

males 203 1305 1508
Females 841 1498 2339
Total 1044 2803 3847
3. the student is male or a non-nursing major.
4. the student is female or a nursing major.
5. a student is not male or a nursing major.
6. the student is male or a nursing major.
7. are the events "being male" and "being a nursing major" mutually exclusive?

Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
the table below shows the number of male and female students enrolled in nursing at a university for a recent semester. fine the specified probability
Yes Non total
males 203 1305 1508
Females 841 1498 2339
Total 1044 2803 3847
3. the student is male or a non-nursing major.::(1508+2803-1305)/3847
------
4. the student is female or a nursing major.:(2339+1044-841)/3847
------
5. a student is not male or a nursing major.::(2339+2803-1498)/3847
-----------
6. the student is male or a nursing major.::(1508+1044-203)/3847
---------------
7. are the events "being male" and "being a nursing major" mutually exclusive?
Ans: No; there are 203 males who are nursing majors.
===============
Cheers,
Stan H.
===============


Question 553472: Soybean meal is 16% protein; cornmeal is 8% protein.?
How many lbs of each should be mixed together in order to get 320-lb mixture that is 13% protein.

Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
percent ----------------quantity
soyabean 16 ----------------xLb
cornmeal 8 ----------------320-xLb
Mixture 13.00% ---------------- 320

16x+8(320-x)=13 *320

16x+2560-8x=4160
16x-8x=4160-2560
8x=1600
/8
x = 200 Lb 16.00% soyabean
120 Lb 8.00% cornmeal


Question 553261: Adult tickets to a play cost $22. Tickets for children cost $15. Tickets for 11 people cost a total of $228.00. Write and solve a system of equations to find how many children and how many adults were in the group
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
Adult tickets x numbers
child tickets y numbers

22 x + 15 y = 228 .............1
1 x + 1 y = 11 .............2
Eliminate y
multiply (1)by 1
Multiply (2) by -15
22 x 15 y = 228
-15 x -15 y = -165
Add the two equations
7 x = 63
/ 7
x = 9.00 OR 9
plug value of x in (1)
22 x + 15 y = 228
198 + 15 y = 228
15 y = 228-198
15 y = 30
y = 2.00 OR
Adult tickets 9 numbers
child tickets 2 numbers
m.ananth@hotmail.ca


Question 552895: The sum of the digits of a two-digit number is 15. If the digits are reversed, the number is increased by 9. What is the original number?
Found 2 solutions by mananth, KMST:
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
x+y= 15 .............1
10y+x=10x+y+9
9y=9+9x ---------2
/9 =
y=1+x
Substitute y in (1)
x+(1+x) =15
x+1+x = 15
x+x=15-1
2x = 14
/ 2
x= 7
Plug the value of x in (1)
x+y=15
1*7+ y=15
7+y=15
y=8
/ 1
y= 8
The number is 78
m.ananth@hotmail.ca

Answer by KMST(592) About Me  (Show Source):
You can put this solution on YOUR website!
Let x be the tens digit, and y the ones digit
The number's value is
10x%2By, while the value of the number with the digits reversed is
10y%2Bx
We know that x%2By=15 and that
10y%2Bx=%2810x%2By%29%2B9 --> 10y%2Bx=10x%2By%2B9 --> 9y-9x=9 --> 9%28y-x%29=9 y-x=1
We solve the system
x%2By=15
-x%2By=1
any way we can to find y=8 andx=7
So the original number is 78.


Question 477771: The beginning tennis class has twice as many students as the advanced class. The intermediate class has three more students than the advanced class. How many students are in the advanced class if the total enrollment for the three tennis classes is 39?
Answer by hibbertsr(1) About Me  (Show Source):

Question 550998: Graph the line with a slope of 2/3 that contains the point (3, –7).
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
m= 2/ 3

Plug value of the slope and point (3 ,-7 ) in
Y = m x + b
-7.00 = 2 + b
b= -7 - 2
b= -9
So the equation will be
Y = 2/3 x -9
when x=0, y=-9 (0,-9)
when x=3,y=-7 (3,-7)
plot the points and draw the graph
drawing%28300%2C300%2C-10%2C10%2C-10%2C10%2Ccircle%280%2C-9%2C0.3%29%2Ccircle%283%2C-7%2C0.3%29%2Cgraph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cy=%282%2F3%29x-9%29%29
m.ananth@hotmail.ca


m.ananth@hotmail.ca


Question 550994: The water level of a river is 34 feet and it is receding at a rate of 0.5 foot per day. Write an equation that represents the water level, w, after d days. Identify the slope and y-intercept and describe their meanings. In how many days will the water level be 26 feet?
Answer by TutorDelphia(189) About Me  (Show Source):
You can put this solution on YOUR website!
Our equation is w=34-.5*d which I can write in slope intercept form as:
w=-.5d+34

The slope is -.5 which is our rate of change for the water level
The y intercept is 34 which is our water level after 0 days.
26=-.5d+34
-8=-.5d
16=d
It'll be at 26 in 16 days.


Question 550968: Together, Lake Superior and Lake
Michigan cover 54 thousand square miles. Lake
Superior is approximately 10 thousand square miles
larger than Lake Michigan. Find the size of each lake.
Divide 54 into 2= 27, then subtract 5 from one side and then add it to the other side x=32 y=22 22+32=54, I understand but how do I put this in a formula?

I know the answer but I'm not too sure how I would present it on paper?

Answer by josmiceli(6784) About Me  (Show Source):
You can put this solution on YOUR website!
Let +s+ = area of L.S.
Let +m+ = area of L.M.
given:
(1) +s+%2B+m+=+54000+ sq. mi.
(2) +s+=+m+%2B+10000+ sq. mi.
------------------------
(2) +s+-+m+=+10000+
Add the equations
+2s+=+64000+
+s+=+32000+
and, since
+s+%2B+m+=+54000+
+m+=+54000+-+32000+
+m+=+22000+
The area of Superior is 32,000 sq mi
The area of Michigan is 22,000 sq mi


Question 550963: At a summer camp there is one counselor for every 8 campers. Write a direct variation equation for the number of campers, y, that there are for x counselors.
Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
At a summer camp there is one counselor for every 8 campers. Write a direct variation equation for the number of campers, y, that there are for x counselors.
y = 8x
==========================
Cheers,
Stan H.
============


Question 550804: A motor boat travels at the rate of 50kph down the river. If the current of the river is 5kph, how far can it travel up the river in 2 hours?

Answer by ankor@dixie-net.com(12692) About Me  (Show Source):
You can put this solution on YOUR website!
A motor boat travels at the rate of 50kph down the river.
If the current of the river is 5kph, how far can it travel up the river in 2 hours?
:
Find the speed of the boat in still water
50 - 5 = 45 mph
:
Find the distance (d) up river in two hrs
d = 2(45-5)
d = 80 km


Question 550838: Tony had an equal number of cranberry bars and walnut bars. He gave away 66 cranberry bars. He then had 4 times as many walnut bars as cranberry bars left. How many bars did he have at first?
Answer by richwmiller(7655) About Me  (Show Source):
You can put this solution on YOUR website!
c=w
4*(c-66)=c
4c-66*4=c
3c=66*4
c=22*4
c=88
w=88



Question 550086: Michael Phelps has 6 gold medals to place on an empty, three-shelf display case. The six medals are individual medals 1, 2, 3, and relay medals 4, 5, 6. The three shelves of the display case are labeled A, B, C (top to bottom). Any of the shelves may remain empty. The placement of the medals must obey the following rules:
i) 4 & 6 may not be on the same shelf
ii) 1 must be on the shelf directly above the shelf 6 is on
iii) No shelf may hold all three individual medals
iv) Medal 5 may not be on shelf B
If medal 4 is on shelf B, what other medal must also be on the same shelf?

Answer by Edwin McCravy(6935) About Me  (Show Source):
You can put this solution on YOUR website!
Michael Phelps has 6 gold medals to place on an empty, three-shelf display case.
[I suppose near his bong collection J!
About two years ago, Michael was photographed smoking weed in a bong 
here in my hometown of Columbia SC!

The six medals are individual medals 1, 2, 3, and relay medals 4, 5, 6. The
three shelves of the display case are labeled A, B, C (top to bottom). Any of
the shelves may remain empty. The placement of the medals must obey the
following rules:
i) 4 & 6 may not be on the same shelf
ii) 1 must be on the shelf directly above the shelf 6 is on
iii) No shelf may hold all three individual medals
iv) Medal 5 may not be on shelf B
If medal 4 is on shelf B, what other medal must also be on the same shelf?
We only need the first 2 clues. The last two are irrelevant.

If 4 is on B, then 6 is not on B by clue i)
So where is 6? Either A or C. But 6 can't be on A 
because clue ii) says 1 must be on the shelf above 6,
but there is no shelf above A. So 6 must be on C, and
by clue ii) 1 is above it on B.  So the answer is 1.

Edwin



Question 549910: Use the Remainder Theorem to find P (-1/7) if P(X)=4X%5E4-2X%5E2%2B3
Answer by prateekagrawal(47) About Me  (Show Source):
You can put this solution on YOUR website!
In this we just need to put x= -1/7 in the P(x)= 4x%5E4-2x%5E2%2B3
so,
P(-1/7) = +4%28-1%2F7%29%5E4+-2%28-1%2F7%29%5E2+%2B3
= 4/2401 -2/49 +3
= 4/2401 - 98/2401 + 7203/2401
= 7109/2401
this is the value of P(-1/7).


Question 549759: To begin making her soup, Jennifer added four containers of chicken broth with 1 liter of water into the pot. Each container of chicken both contain 410 millilters. How much liquid is in the pot?
Answer by mathie123(175) About Me  (Show Source):
You can put this solution on YOUR website!
Since the chicken broth is in ml, I will put the water in ml as well.
1 litre=1000 ml
So we have 1000ml of water
and 4(410) ml of chicken broth
So together we have
1000%2B4%2A410=1000%2B1640=2640+ml
of water in the pot.

___________________________________________________________________________
Hopefully this helps!
Romans 5:8


Question 549675: If a stone is tossed from the top of a 190 meter building, the height of the stone as a function of time is given by h(t) = -9.8t^2 -10t +190, where t is in seconds, and height is in meters. After how many seconds will the stone hit the ground? Round to the nearest hundredth’s place; include units in your answer.
Answer by josmiceli(6784) About Me  (Show Source):
You can put this solution on YOUR website!
+h%28t%29+=+-9.8t%5E2+-10t+%2B190+
Note that if I make +t+=+0+, which is
when the stone is thrown from the
top of the building, I get +190+ ft as I should:
+h%280%29+=+-9.8%2A0%5E2+-10%2A0+%2B190+
+h%280%29+=+190+
The problem wants to know what is t
when +h%28t%29+=+0+, or ground level.
+0+=+-9.8t%5E2+-10t+%2B190+
Use the quadratic formula
t+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
+a+=+-9.8+
+b+=+-10+
+c+=+190+
t+=+%28-%28-10%29+%2B-+sqrt%28+%28-10%29%5E2-4%2A%28-9.8%29%2A190+%29%29%2F%282%2A%28-9.8%29%29+
t+=+%28+10+%2B-+sqrt%28+100+%2B+4%2A%28-9.8%29%2A190+%29%29%2F%28-19.6%29%29+
t+=+%28+10+%2B-+sqrt%28+100+%2B+4%2A%28-9.8%29%2A190+%29%29%2F%28-19.6%29%29+
I can't finish this because my cat, the Widster, just curled
up beside me, and I'm not going to disturb him to get a calculator.
But you get the idea.


Question 549302: A theatre sells 200 tickets one day. The tickets are sold for $33. and $18. The total dollar amount collected for the one day is $4,800.
How do a write the equation for this problem and steps to solve?
x= $33. tickets
y= $18. tickets
x + y = 200 tickets
33x + 18y = 4,800.
I do not know how to continue
Thank you,
Karen

Answer by stanbon(48535) About Me  (Show Source):
You can put this solution on YOUR website!
A theatre sells 200 tickets one day. The tickets are sold for $33. and $18. The total dollar amount collected for the one day is $4,800.
How do a write the equation for this problem and steps to solve?
x= $33. tickets
y= $18. tickets
x + y = 200 tickets
33x + 18y = 4,800.
----------------------
Multiply thru the 1st equation by 33:
33x + 33y = 33*200
33x + 18y = 4800
-------
Subtract and solve for "y":
15y = 1800
y = 120 (# of $18 tickets sold)
----
Solve for "x":
x + y = 200
x + 120 = 200
x = 80 (# of $33 tickets sold)
===================================
Cheers,
Stan H.
===============


Question 549265: Eduardo's school is selling tickets to a choral performance. On the first day of the ticket sales the school sold 9 senior citizen tickets and 2 student tickets for a total of $69. The school took in $128 on the second day by selling 14 senior citizen tickets and 10 student tickets. What is the price of each of one senior citizen ticket and one student ticket?
Answer by mananth(10549) About Me  (Show Source):
You can put this solution on YOUR website!
Senior citizens x unit price
student y numbers

9 x + 2 y = 69 .............1
14 x + 10 y = 128.00 .............2
Eliminate y
multiply (1)by -5
Multiply (2) by 1
-45 x -10 y = -345
14 x + 10 y = 128
Add the two equations
-31 x = -217.00
/ -31
x = 7
plug value of x in (1)
9 x + 2 y = 69
63 + 2 y = 69
2 y = 69
2 y = 6
y = 3
Senior citizens unit price 7
student unit price 3
m.ananth@hotmail.ca


Question 548715: "The sides of one square have a length 2ft more than the sides of another square. If the area of the larger square is subtracted from three times the area of the smaller square the result would be 12 sq. feet. Find the lengths of sides of the smaller square."
My equation: (x+2)(x+2)-3x^2= 12
x%5E2%2B4x%2B4-3x%5E2=12
-2x%5E2%2B4x-8=0
2x%5E2-4x%2B8=0
My problem is I plugged it into quadratic formula and only ended up with no real solutions. Please and Thank you.

Answer by jim_thompson5910(21667) About Me  (Show Source):
You can put this solution on YOUR website!
The initial equation should be 3x^2-(x+2)(x+2)= 12, try it again and let me know what you get


Older solutions: 1..45, 46..90, 91..135, 136..180, 181..225, 226..270, 271..315, 316..360, 361..405, 406..450, 451..495, 496..540, 541..585, 586..630, 631..675, 676..720, 721..765, 766..810, 811..855, 856..900, 901..945, 946..990, 991..1035, 1036..1080, 1081..1125, 1126..1170, 1171..1215, 1216..1260, 1261..1305, 1306..1350, 1351..1395, 1396..1440, 1441..1485, 1486..1530, 1531..1575, 1576..1620, 1621..1665, 1666..1710, 1711..1755, 1756..1800, 1801..1845, 1846..1890, 1891..1935, 1936..1980, 1981..2025, 2026..2070, 2071..2115, 2116..2160, 2161..2205, 2206..2250, 2251..2295, 2296..2340