Science Forums
Advanced search
User Name
Password

Science Social Network
home    members    help/rules    who is online    contact   

Go Back   Science Forums > Physical Sciences Forums > Science Projects and Homework
Become a science forums sponsor today
Reply
 
LinkBack Thread Tools
Old 11-28-2007   #1 (permalink)
Turtle's Avatar
Dibbler

Platinum Subscription
Sponsor

Latest blog entry:
flood!!!
 
Turtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond repute
 



Question How much do the 5 bales weigh?

OK, here's the scoop. A math tutor friend called me tonight with a problem brought in by a student. Without going too far into the details, we got off on a procedural discussion for using matrices to solve the problem and left off with no solution and each of us to work it over more.

So, I have worked it to death and by means other than matrices I have what I think is an answer, if not a solution. So, without further ado, here's the deal:

5 bales of hay are weighed two at a time, in each possible pairing, producing the following table. The question then posed is, "what is the weight, in pounds, of each of the 5 bales of hay?"

a+b=110 lbs.
a+c=112
a+d=113
a+e=114
b+c=115
b+d=116
b+e=117
c+d=118
c+e=120
d+e=121



i have concluded that the table is in error.


----------------
Who doesn't want to use words that will stun people into silence? ~Sha
You gonna eat that?

Last edited by Turtle; 11-28-2007 at 11:37 PM.
Reply With Quote
Old 11-29-2007   #2 (permalink)
Qfwfq's Avatar
Exhausted Gondolier

Hypography Staff Member
Administrator

 



Re: How much do the 5 bales weigh?

The first useful thing to realize is that the weight of all 5 bales must be the sum of those 10 weights divided by 4. Let's call this total T. The weight of a single bale can be gotten by subtracting the weight of the other 4 from T, which can be done by subtracting the sum of the right two pairs. If we subtract a+b=110 and c+d=118 for instance, we are left with the weight of e.


----------------
Who's afraid of the Big Black Hole?????

Go Black Hole! W the Black Hole!

Hasta que el agujero negro nos traga, siempre!

Hypography Forum PITA...... er, Administrator.
Reply With Quote
Old 11-29-2007   #3 (permalink)
Qfwfq's Avatar
Exhausted Gondolier

Hypography Staff Member
Administrator

 



Re: How much do the 5 bales weigh?

Hmmmmm... I tried a bit of checking, it seems as if the values given are not consistent (not just any set of 10 values will be). Can't check much better now though.


----------------
Who's afraid of the Big Black Hole?????

Go Black Hole! W the Black Hole!

Hasta que el agujero negro nos traga, siempre!

Hypography Forum PITA...... er, Administrator.

Last edited by Qfwfq; 11-29-2007 at 07:05 AM. Reason: typo
Reply With Quote
Old 11-29-2007   #4 (permalink)
Buffy's Avatar
Resident Slayer

Hypography Staff Member
Administrator

 



Re: How much do the 5 bales weigh?

Using simple substitution you can obtain:

a+b+c+2d+e=110+118+121
a+b+c+2d+e=349
a+b+c+2d+e-(a+b)=349-110
c+2d+e=239
c+2d+e-(c+e)=239-120
2d=119
d=59.5

a+d=113
a+59.5=113
a=113-59.5
a=53.5

b+d=116
b+59.5=116
b=56.5

c+d=118
c+59.5=118
c=58.5

d+e=121
59.5+e=121
e=61.5

But then substituting them back you get the following two inconsistencies:

a+e=115 (not 114)
b+e=118 (not 117)

So as Q suspected, this set of equations is inconsistent.

Will cause lots of puzzling I'm sure!

Warning: my arithmetic is totally sucky (that's why I went into computers!), so YMMV....

And so you have thirteen tens, And you take away seven, And that leaves five...Well, six actually, but the idea is the important thing,
Buffy


----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer

"The shrinks diagnosed me a sociopath with paranoid delusions. But they’re just out to get me cause I threatened to kill them."


Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
Reply With Quote
Old 11-29-2007   #5 (permalink)
Turtle's Avatar
Dibbler

Platinum Subscription
Sponsor

Latest blog entry:
flood!!!
 
Turtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond repute
 



Thumbs up Re: How much do the 5 bales weigh?

Roger Q & B. If you highlight my first post you will find my concurrance at bottom right justified.

So, among our conclusions now we have that the table is purposefully in error and the student is expected to reply with our answer, or somewhere along the chain from instructor to student to tutor to me to you, the table was copied wrong.

Assuming a correct table, do you also agree with me that the Gaussian method of matrices is workable as well as back-substitution?


----------------
Who doesn't want to use words that will stun people into silence? ~Sha
You gonna eat that?
Reply With Quote
Old 11-29-2007   #6 (permalink)
CraigD's Avatar
Creating

Hypography Staff Member
Administrator
Editor

 



Post Simple matrix solution (after a small initial data fix)

Using matrix notation and simple Gauss–Jordan elimination,
\left[ \begin{array}{ r r r r r r }
1 & 1 & 0 & 0 & 0 & -110 \\
1 & 0 & 1 & 0 & 0 & -112 \\
1 & 0 & 0 & 1 & 0 & -113 \\
0 & 1 & 1 & 0 & 0 & -115 \\
0 & 1 & 0 & 1 & 0 & -116 \\
0 & 1 & 0 & 0 & 1 & -117 \\
0 & 0 & 1 & 1 & 0 & -118 \\
0 & 0 & 1 & 0 & 1 & -120 \\
0 & 0 & 0 & 1 & 1 & -121
\end{array} \right] transforms to \left[ \begin{array}{ r r r r r r }
1 & 0 & 0 & 0 & 0 & -53.5 \\
0 & -1 & 0 & 0 & 0 & 56.5 \\
0 & 0 & -1 & 0 & 0 & 58.5 \\
0 & 0 & 0 & 0 & -1 & 60.5 \\
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 1 & 0 & -59.5 \\
0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & -1 \\
0 & 0 & 0 & 0 & 0 & -1
\end{array} \right]

The 8th and 9th rows show the original system of equations to be inconsistent – that is, to have no real solution.

I suspect a misprint has occurred, and the last lines should be
c+e=119
d+e=120

The system is then consistent, with solutions: a=53.5, b=56.5, c=58.5, d=59.5, e=60.5

This problem is in the “too much information” family – you only need 5 independent equations to solve it, but are given 4 additional dependent ones. This can confuse many humans and computer programs, but can still be solved via the usual G-J reduction by simply ignoring rows consisting of all zeros, and concluding that the system of equations is inconsistent if any rows have zeros in all columns but the rightmost.


----------------
Moderator: Computers and Technology; Medical Science; Science Projects and Homework; Philosophy of Science; Physics and Mathematics; Environmental Studies

Last edited by CraigD; 11-29-2007 at 12:57 PM. Reason: Added pretty math LaTeX markup
Reply With Quote
Old 11-29-2007   #7 (permalink)
Turtle's Avatar
Dibbler

Platinum Subscription
Sponsor

Latest blog entry:
flood!!!
 
Turtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond repute
 



Arrow Re: Simple(r) matrix solution

Quote:
Originally Posted by CraigD View Post
Using matrix notation and simple Gauss–Jordan elimination,
1 1 0 0 0 -110
1 0 1 0 0 -112
1 0 0 1 0 -113
0 1 1 0 0 -115
0 1 0 1 0 -116
0 1 0 0 1 -117
0 0 1 1 0 -118
0 0 1 0 1 -120
0 0 0 1 1 -121
transforms to
1 0 0 0 0 -53.5
0 -1 0 0 0 56.5
0 0 -1 0 0 58.5
0 0 0 0 -1 60.5
0 0 0 0 0 0
0 0 0 1 0 -59.5
0 0 0 0 0 0
0 0 0 0 0 -1
0 0 0 0 0 -1

(Apologies for the ugly matrixes – I can’t seem to get them to render in LaTeX )

The 8th and 9th rows show the original system of equations to be inconsistent – that is, to have no real solution.

I suspect a misprint has occurred, and the last lines should be
c+e=119
d+e=120

The system is then consistent, with solutions: a=53.5, b=56.5, c=58.5, d=59.5, e=60.5

This problem is in the “too much information” family – you only need 5 independent equations to solve it, but are given 4 additional dependent ones. This can confuse many humans and computer programs, but can still be solved via the usual G-J reduction by simply ignoring rows consisting of all zeros, and concluding that the system of equations is inconsistent if any rows have zeros in all columns but the rightmost.
Roger. What we did with the matrices is to simply choose 5 of the 10 equations and then constructed a 5x6 augmented matrix to use in row operations. My tutor friend is out sick today so the student is on their own if today is the deadline.


----------------
Who doesn't want to use words that will stun people into silence? ~Sha
You gonna eat that?
Reply With Quote
Old 11-29-2007   #8 (permalink)
InfiniteNow's Avatar
Suspended


 



Re: Simple matrix solution (after a small initial data fix)

Quote:
Originally Posted by CraigD View Post
(Apologies for the ugly matrixes – I can’t seem to get them to render in LaTeX )
You might try wrapping it in code tags like this [code]matrix in here[/code], which allows you to preserve the spaces you've typed when submitting the post.


Quote:
Originally Posted by CraigD View Post
Using matrix notation and simple Gauss–Jordan elimination,

Code:
1 1 0 0 0 -110
1 0 1 0 0 -112
1 0 0 1 0 -113
0 1 1 0 0 -115
0 1 0 1 0 -116
0 1 0 0 1 -117
0 0 1 1 0 -118
0 0 1 0 1 -120
0 0 0 1 1 -121
transforms to
1  0  0  0  0  -53.5
0 -1  0  0  0   56.5
0  0 -1  0  0   58.5
0  0  0  0 -1   60.5
0  0  0  0  0    0
0  0  0  1  0  -59.5
0  0  0  0  0    0
0  0  0  0  0   -1
0  0  0  0  0   -1
Reply With Quote
Old 11-29-2007   #9 (permalink)
Turtle's Avatar
Dibbler

Platinum Subscription
Sponsor

Latest blog entry:
flood!!!
 
Turtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond reputeTurtle has a reputation beyond repute
 



Arrow matrix misinformation

Quote:
Originally Posted by InfiniteNow View Post
You might try wrapping it in code tags like this [code]matrix in here[/code], which allows you to preserve the spaces you've typed when submitting the post.
While arguably your post gives the appearence of aid, it reflects a lack of understanding of the problem and procedure inasmuch as those little 'dashes' (-) are not minus signs in the upper list right column. Written as you have it in the code tags, all 10 equations are wrong before any operations. Thanks for nothin'.


----------------
Who doesn't want to use words that will stun people into silence? ~Sha
You gonna eat that?
Reply With Quote
Old 11-29-2007   #10 (permalink)
InfiniteNow's Avatar
Suspended


 



Re: matrix misinformation

Quote:
Originally Posted by Turtle View Post
While arguably your post gives the appearence of aid, it reflects a lack of understanding of the problem and procedure inasmuch as those little 'dashes' (-) are not minus signs in the upper list right column. Written as you have it in the code tags, all 10 equations are wrong before any operations. Thanks for nothin'.
Always a pleasure Turtle. I do what I can. Your continued kindness and humility are appreciated.

Also, where is it wrong? As you can see, Craig has updated his post with latex and it looks like what I posted, except left to right instead of up to down. While being condescending is one thing, being able to teach others is quite another.

Last edited by InfiniteNow; 11-29-2007 at 01:27 PM.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hay bales, strawbales Fukudairafarm Terra Preta 2 11-28-2007 06:14 AM
Everyone please weigh in here... I'm watching "Most of our Universe is Missing" on GreekTTC Astronomy and Cosmology 2 06-14-2006 02:55 AM


All times are GMT -8. The time now is 05:30 PM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. Copyright © 2000-2008 Hypography
Part of the Hypography - Science for Everyone Network