Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Elementary and Middle School Math Help > Math Homework Help
Reply
 
Thread Tools Display Modes
  #1  
Old 05-12-2008, 09:32 AM
Newbie
 
Join Date: May 2008
Posts: 4
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
David T is on a distinguished road
Default Reduction math problem

Hi, I'm trying to solve this very simple reduction problem, but I just can't get my head around it.

Here it goes:

xy + x^2 / xy

It's supposed to be reduced, and my best bet is that the solution is
x/y but I'm not sure at all..

Any help appreciated!
Reply With Quote
Advertisement
 
  #2  
Old 05-12-2008, 09:38 AM
Member
 
Join Date: Mar 2008
Location: Baltimore, MD and Philadelphia, PA
Posts: 83
Country:
Thanks: 9
Thanked 24 Times in 21 Posts
abender is on a distinguished road
Send a message via AIM to abender
Default

xy + x^2 / xy

I will assume that you mean xy + ((x^2) / xy)

If that is the case, xy + x/y -----> x(y + (1/y)) this last one not as nice..

Is this what you wanted? Explain please.

-Andy
Reply With Quote
  #3  
Old 05-12-2008, 09:55 AM
Mathstud28's Avatar
MHF Contributor
 
Join Date: Mar 2008
Location: Pennsylvania
Posts: 3,292
Country:
Thanks: 360
Thanked 819 Times in 768 Posts
Mathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to behold
Default

Quote:
Originally Posted by David T View Post
Hi, I'm trying to solve this very simple reduction problem, but I just can't get my head around it.

Here it goes:

xy + x^2 / xy

It's supposed to be reduced, and my best bet is that the solution is
x/y but I'm not sure at all..

Any help appreciated!
xy+\frac{x^2}{xy}\Rightarrow{xy+\frac{x}{y}}

Combining fractions we get \frac{xy^2+x}{y}=\frac{x(y^2+1)}{y}
__________________
I was hoping waiting wishin' you believed in superstition.

\int_0^{1}\ln\left(\Gamma(x)\right)dx=\ln\sqrt{2\pi}
Reply With Quote
  #4  
Old 05-12-2008, 10:14 AM
Moo's Avatar
Moo Moo is offline
A Cute Angle
 
Join Date: Mar 2008
Location: Green and fresh grass
Posts: 3,763
Country:
Thanks: 326
Thanked 1,866 Times in 1,573 Posts
Moo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond repute
Default

Quote:
Originally Posted by David T View Post
Hi, I'm trying to solve this very simple reduction problem, but I just can't get my head around it.

Here it goes:

xy + x^2 / xy

It's supposed to be reduced, and my best bet is that the solution is
x/y but I'm not sure at all..

Any help appreciated!
Ok, I won't do it the way the other ones did it

\frac{xy+x^2}{xy}=\frac{x(y+x)}{xy}=\frac{y+x}{y}=1+\frac xy

__________________

Arbeit bringt Brot, Faulenzen Hungersnot.


shinhidora production

\int \limits_{0}^{+\infty} {\cos\left(t^2\right) \ dt}=\sqrt{\frac{\pi}{8}} \quad \text{      and       } \quad \int \limits_{-\infty}^{+\infty} {e^{-t^2} \cdot \cos( \alpha t) \ dt}=\sqrt{\pi} \cdot e^{-\alpha^2/4}
Reply With Quote
  #5  
Old 05-12-2008, 10:44 AM
Mathstud28's Avatar
MHF Contributor
 
Join Date: Mar 2008
Location: Pennsylvania
Posts: 3,292
Country:
Thanks: 360
Thanked 819 Times in 768 Posts
Mathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to behold
Default

Quote:
Originally Posted by Moo View Post
Ok, I won't do it the way the other ones did it

\frac{xy+x^2}{xy}=\frac{x(y+x)}{xy}=\frac{y+x}{y}=1+\frac xy

You know what? You are actually probably right in guessing that is what the poster meant. Sharp eyes
__________________
I was hoping waiting wishin' you believed in superstition.

\int_0^{1}\ln\left(\Gamma(x)\right)dx=\ln\sqrt{2\pi}
Reply With Quote
  #6  
Old 05-12-2008, 10:46 AM
Moo's Avatar
Moo Moo is offline
A Cute Angle
 
Join Date: Mar 2008
Location: Green and fresh grass
Posts: 3,763
Country:
Thanks: 326
Thanked 1,866 Times in 1,573 Posts
Moo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond reputeMoo has a reputation beyond repute
Default

Quote:
Originally Posted by Mathstud28 View Post
You know what? You are actually probably right in guessing that is what the poster meant. Sharp eyes
It's not me, it's you who look for complicated things

However, I agree on one point : the OP didn't write the text clearly...
__________________

Arbeit bringt Brot, Faulenzen Hungersnot.


shinhidora production

\int \limits_{0}^{+\infty} {\cos\left(t^2\right) \ dt}=\sqrt{\frac{\pi}{8}} \quad \text{      and       } \quad \int \limits_{-\infty}^{+\infty} {e^{-t^2} \cdot \cos( \alpha t) \ dt}=\sqrt{\pi} \cdot e^{-\alpha^2/4}
Reply With Quote
  #7  
Old 05-13-2008, 07:21 AM
Newbie
 
Join Date: May 2008
Posts: 4
Country:
Thanks: 0
Thanked 0 Times in 0 Posts
David T is on a distinguished road
Default

Thanks for all the input guys!

Moo your answer was what I was looking for, thanks a lot!
Reply With Quote
Reply

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 Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 06:41 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.