Go Back   Cricket Web > Other > Off Topic



Finding Seams on Apples - Order Your Copy!


Reply
 
LinkBack Thread Tools Display Modes
Old 23-04-2009, 07:45 AM   #1 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Maths help.

I always get stuck on these type of equations, could anyone find me an easy way to work them out.

The equations;

5x-2=x+10

5x-2=3x+1

3(x+4)=x-5

5(x-2)=2(x+4)







Shameful I know, but I have my reasons.
__________________
Everyone wants to change the world, noone wants to change himself.

-Tolstoy
cover drive man is offline   Reply With Quote
Old 23-04-2009, 07:51 AM   #2 (permalink)
International Regular
 
Steulen's Avatar
 
Join Date: Aug 2004
Location: Clydeside Cloggie
Posts: 3,189
dude, these are way too simple.

move all X's to one side of the equation and all loose terms to the other, and bingo.

for instance, the first one:

5x - 2 = x + 10
5x -x = 10 + 2
4x = 12
x = 3
__________________
President of RTDAS - Ryan ten Doeschate - The Freddie Flintoff of Associate Cricket
Member of DNAS, ESAS - Dirk Nannes, Edgar Schiferli. Dutchmen can bowl.

Quote:
Originally Posted by Pedro Delgado
Steulen, are you half-Welsh? Cheer up.
Quote:
Originally Posted by Matt79
God, I just worked out Steulen's avatar is a hedgehog, not a brain...
Not sure how to feel now tbh...
Steulen is offline   Reply With Quote
Old 23-04-2009, 07:52 AM   #3 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Also this simultaneous equation:

5x+3y=8
3x-y=9




I know this is pathetic but still.
cover drive man is offline   Reply With Quote
Old 23-04-2009, 07:52 AM   #4 (permalink)
Eternal Optimist
 
GIMH's Avatar
 
Join Date: Dec 2005
Location: Shake my tree where's the apple for me?
Posts: 43,601
5x=x+8

5x=3x+3

3x+7=x

5x=2x+18



I have done some quick cancelling out for you that may well be wrong as I am only on a quick break. Let me know if that helps, it should make things a bit simpler.

basically the first thing you need to do is balance the equation. If you have something saying x+ 7= 3x+19, take 7 off both, ie x=3x+12. Thinking about it now it seems a ridiculously bad example, but hopefully you see what I mean

All this being said, there are plenty of maths geeks here better than me
__________________
Watch out, for as soon as it pleases them they’ll send you out to protect their gold in wars whose weapons, rapidly developed by servile scientists, will become more and more deadly until they can with a flick of the finger tear a million of you to pieces

RIP Craigos. A true CW legend. You will be missed.
GIMH is offline   Reply With Quote
Old 23-04-2009, 07:52 AM   #5 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Quote:
Originally Posted by Steulen View Post
dude, these are way too simple.

move all X's to one side of the equation and all loose terms to the other, and bingo.

for instance, the first one:

5x - 2 = x + 10
5x -x = 10 + 2
4x = 12
x = 3
Thanks, and I know these are easy but when you've been off school for months you forget things.
cover drive man is offline   Reply With Quote
Old 23-04-2009, 07:53 AM   #6 (permalink)
Eternal Optimist
 
GIMH's Avatar
 
Join Date: Dec 2005
Location: Shake my tree where's the apple for me?
Posts: 43,601
There is nothing pathetic about being stuck, or needing help, cdm
GIMH is offline   Reply With Quote
Old 23-04-2009, 07:53 AM   #7 (permalink)
Eternal Optimist
 
GIMH's Avatar
 
Join Date: Dec 2005
Location: Shake my tree where's the apple for me?
Posts: 43,601
And it seems my method is wrong, jeez shows you how lnog it's been since I learned these things
GIMH is offline   Reply With Quote
Old 23-04-2009, 07:56 AM   #8 (permalink)
The Wheel is Forever
 
silentstriker's Avatar
 
Join Date: Feb 2006
Location: USA
Posts: 36,507
Instead of asking us to do the homework, you should post the question, and then show your attempt at a solution.

There are steps to solving systems of equations. List them, and try to follow them. Show your work, and then ask when you are stuck. You're not going to learn how to do it by having us do your homework.
__________________
Quote:
Originally Posted by KungFu_Kallis View Post
Peter Siddle top scores in both innings....... Matthew Wade gets out twice in one ball
"The future light cone of the next Indian fast bowler is exactly the same as the past light cone of the previous one"
-My beliefs summarized in words much more eloquent than I could come up with

How the Universe came from nothing
silentstriker is offline   Reply With Quote
Old 23-04-2009, 07:58 AM   #9 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Quote:
Originally Posted by Steulen View Post
dude, these are way too simple.

move all X's to one side of the equation and all loose terms to the other, and bingo.

for instance, the first one:

5x - 2 = x + 10
5x -x = 10 + 2
4x = 12
x = 3
I tried that on the second one I did.

5x-3x=-2+1
2x=-1
x=-0.5


Thats wrong though, what did I do wrong?
cover drive man is offline   Reply With Quote
Old 23-04-2009, 08:00 AM   #10 (permalink)
International Regular
 
Steulen's Avatar
 
Join Date: Aug 2004
Location: Clydeside Cloggie
Posts: 3,189
these are a little harder, because with two unknowns you have to balance both equations in such a way that one of the unknowns gets cancelled out.

So:

5x + 3y = 8
3x - y = 9

let's first move all non-x terms to the right of the equations:

5x = 8 - 3y
3x = 9 + y

then make sure both x terms are equal, by multiplying the first equation by 3,, and the second equation by 5:

15x = 24 - 9y
15x = 45 + 5y

this means that 24-9y = 45+5y, as they both equal 15x.

you can then do the same thing as with the earlier equation where you only has to solve X:

-9y - 5y = 45 -24
-14y = 21
y = -1.5

Then substitute this value for y in any of the two original equations to find x;

5x + (3*-1.5) = 8
5x - 4.5 = 8
5x = 12.5
x = 2.5
Steulen is offline   Reply With Quote
Old 23-04-2009, 08:01 AM   #11 (permalink)
International Regular
 
Steulen's Avatar
 
Join Date: Aug 2004
Location: Clydeside Cloggie
Posts: 3,189
Quote:
Originally Posted by cover drive man View Post
I tried that on the second one I did.

5x-3x=-2+1
2x=-1
x=-0.5


Thats wrong though, what did I do wrong?
if you move -2 to the other side, it becomes +2.
Steulen is offline   Reply With Quote
Old 23-04-2009, 08:08 AM   #12 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Quote:
Originally Posted by Steulen View Post
if you move -2 to the other side, it becomes +2.
So,

5x-3x=2+1
2x=3
x=1.5
cover drive man is offline   Reply With Quote
Old 23-04-2009, 08:10 AM   #13 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
Quote:
Originally Posted by cover drive man View Post
3(x+4)=x-5

5(x-2)=2(x+4)
What about these ones, do you expand the brackets?
cover drive man is offline   Reply With Quote
Old 23-04-2009, 08:11 AM   #14 (permalink)
The Wheel is Forever
 
silentstriker's Avatar
 
Join Date: Feb 2006
Location: USA
Posts: 36,507
Remember PEMDAS. Try it out, and post your attempt. We'll help you out, but you should try it first. We'll correct what you get wrong, it's the best way to learn.

Last edited by silentstriker; 23-04-2009 at 08:13 AM.
silentstriker is offline   Reply With Quote
Old 23-04-2009, 08:14 AM   #15 (permalink)
International Captain
 
cover drive man's Avatar
 
Join Date: Dec 2006
Location: Liverpool, England
Posts: 7,049
I got this

3(x+4)=x-5
3x+12=x-5
3x-x=-5-12
2x=-17
x=-8.5
cover drive man is offline   Reply With Quote
Reply


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

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
The School Thread Jakester1288 Off Topic 549 19-09-2011 05:26 AM
Does 0.9r = 1? PhoenixFire Off Topic 66 23-04-2009 05:57 PM


All times are GMT -6. The time now is 01:02 AM.


Powered by: vBulletin Version 3.8.7
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0 PL2
Copyright ©2001 - 2011, Cricket Web