{"id":12488,"date":"2020-09-30T23:25:35","date_gmt":"2020-09-30T15:25:35","guid":{"rendered":"https:\/\/www.intmath.com\/blog\/?p=12488"},"modified":"2020-09-30T23:25:35","modified_gmt":"2020-09-30T15:25:35","slug":"solving-for-y-in-terms-of-x-using-fractions","status":"publish","type":"post","link":"https:\/\/www.intmath.com\/blog\/mathematics\/solving-for-y-in-terms-of-x-using-fractions-12488","title":{"rendered":"Solving For Y in Terms of X Using Fractions"},"content":{"rendered":"<p>The first step to solving any mathematical equation is to understand the question. For instance, if someone says to you, \"my age is twice yours,\" and you know that you are fifteen years old, then it won\u2019t be hard for you to figure out that the person is 30 years old.<\/p>\n<p>This same statement can also be written as y = 2x, where y is the person's age and x is your age.<\/p>\n<p>Now, let\u2019s say your brother is half your age plus the person's age. This same problem can now be written as y = 2x + \u00bdx. In this equation, we are trying to find your brother's age as it relates to your age.<\/p>\n<p>In this situation, we're assuming that your age is an unknown variable x. It is problems like this that introduce the concepts of solving for one variable in terms of another.<\/p>\n<p>In this section, we'll be solving for Y in terms of X using fractions and the different methods that are involved. There is no one way to solve for Y in Terms of X Using Fractions. You'll get better as you practice and start realizing your own techniques.<\/p>\n<h2>Let's Solve for Y<\/h2>\n<p>We're going to start with simple examples that solve x in terms of y. Then eventually we'll move on to more complex ones.<\/p>\n<p>Once again, to solve y in terms of x is to find that value of y but not necessarily as a constant but in the form of x. Solve the equations\u00a0below for y in terms of x.<\/p>\n<h3>Example 1<\/h3>\n<p>2y \u2013 6x = 12<\/p>\n<h4>Solution<\/h4>\n<ul>\n<li>2y = 12 + 6x (divide both sides by 2)<\/li>\n<li>Y = 6 + 3x<\/li>\n<\/ul>\n<p>This means that we've found the value of y, but not just as a constant. The value of y we found is dependent on the value of x. If x is 1, then y is 9. If x is 2, then y will be 12, etc.<\/p>\n<h3>Example 2<\/h3>\n<p>x\/5 + 1\/y = 3<\/p>\n<h4>Solution<\/h4>\n<ul>\n<li>x\/5 + 1\/y = 3 (lets add the first two fractions with x and y)<\/li>\n<li>(xy + 5 )\/ 5y = 3(multiply both sides by 5y)<\/li>\n<li>Xy + 5 = 15y (subtract xy from both sides)<\/li>\n<li>5 = 15y \u2013xy(factor out y)<\/li>\n<li>5 = y(15 - x) (divide both sides by (15 - x))<\/li>\n<li>5\/ (15 - x) = y<\/li>\n<li>Y = 5\/ (15 - x)<\/li>\n<\/ul>\n<h3>Example 3<\/h3>\n<p>y\/3 \u2013 4x\/6 = 5<\/p>\n<h4>Solution<\/h4>\n<p>Y\/3 \u2013 4x\/6 = 5<\/p>\n<p>The first thing we want to achieve is to dissolve the equation so it\u2019s no longer in factions. We add the first two equations together<\/p>\n<ul>\n<li>y\/3 \u2013 4x\/6 (their lowest common multiple of their denominator is 6, so the equation becomes)<\/li>\n<li>(2y \u2013 4x)\/ 6 = 5 (cross multiply to dissolve fractions)<\/li>\n<li>2y \u2013 4x = 30 (rearrange to get y)<\/li>\n<li>2y = 4x + 30 (divide both sides by 2)<\/li>\n<li>Y = 2x + 15<\/li>\n<\/ul>\n<p>In this equation, the value of y in terms of x is 2x + 15<\/p>\n<h3>Example\u00a04<\/h3>\n<p>y + 1\/y = x<\/p>\n<h4>Solution<\/h4>\n<p>The first thing to do is to try and dissolve the fraction. We can achieve this by multiplying both sides by y:\u00a0y2+ 1 = xy.<\/p>\n<p>This, however, leaves us with a quadratic equation on our hands:\u00a0y2 \u2013 xy + 1 = 0<\/p>\n<p>If you have dealt with quadratic equations before, then you'll be familiar with the rule for ay2+ by + c = 0 where a is not equal to zero, then the equation can also be written as:<\/p>\n<ul>\n<li>a(y2 + bx\/a) = - c\u00a0 (divide both sides by a)<\/li>\n<li>y2 + by\/a = -c\/a\u00a0 (in order to square the left hand side, we add\u00a0 (b\/2a)2 to both sides )<\/li>\n<li>y2 + by\/a +(b\/2a)2 = - c\/a + (b\/2a)2<\/li>\n<li>(y + b\/2a)2 = -c\/a + b2\/4a2 (taking the square root of both sides)<\/li>\n<li>y + b\/2a = +\u00d6 (-c\/a + b2\/4a2 ) or<\/li>\n<li>X + b\/2a = -\u00d6 (-c\/a + b2\/4a2 ) (now, simplifying for the value of\u00a0 y, the equation becomes )<\/li>\n<li>y =- b\/2a \u00b1 \u00d6 (-c\/a + b2\/4a2 )<\/li>\n<li>y = ( -b + \u00d6(b2 \u2013 4ac)) \/ 2a\u00a0 or<\/li>\n<li>y = ( -b - \u00d6(b2 \u2013 4ac)) \/ 2a<\/li>\n<li>in the equation Y2 \u2013 xy + 1 = 0<\/li>\n<li>a = 1,<\/li>\n<li>b = -x<\/li>\n<li>c = 1<\/li>\n<\/ul>\n<p>This means that while has two values. Its one of the following:<\/p>\n<ul>\n<li>y = ( x + \u00d6(x2 \u2013 4)) \/ 2 or<\/li>\n<li>y = ( x - \u00d6(x2 \u2013 4)) \/ 2<\/li>\n<\/ul>\n<p>This may appear a bit complex at first, especially the part where we had to find the root of the quadratic equation, but it gets simpler. In the next example, we will just skip the whole steps since we already know that the root of any quadratic equation ay2+ by + c = 0 where \u201ca\u201d is not equal to zero is y = (-b + \u00d6(b2 \u2013 4ac)) \/ 2a\u00a0 or\u00a0 y = ( -b - \u00d6(b2 \u2013 4ac)) \/ 2a .<\/p>\n<p>All we would be doing is find the value of a, b and c. Then we can substitute them in the roots equation to find y.<\/p>\n<h3>Example 5<\/h3>\n<p>2x = 4\/y + y<\/p>\n<h4>Solution<\/h4>\n<ul>\n<li>2x = 4\/y + y (to remove the fraction, multiply both sides by y)<\/li>\n<li>2xy = 4 + y2 (this can also be rearranged to be)<\/li>\n<li>y2 - 2xy + 4 = 0<\/li>\n<\/ul>\n<p>Now, using the quadratic equation ay2 + by + c = 0<\/p>\n<ul>\n<li>a = 1<\/li>\n<li>b = -2x<\/li>\n<li>c = 4<\/li>\n<\/ul>\n<p>Let\u2019s substitute these values in the roots equation<\/p>\n<ul>\n<li>y = ( -b + \u00d6(b2 \u2013 4ac)) \/ 2a\u00a0 or<\/li>\n<li>y = ( -b - \u00d6(b2 \u2013 4ac)) \/ 2a<\/li>\n<li>y = ( -(-2x) + \u00d6((-2x)2 \u2013 4*1*4)) \/ 2*1<\/li>\n<li>y = ( 2x + \u00d6(4x2 \u2013 16)) \/ 2 or<\/li>\n<li>y = ( 2x - \u00d6(4x2 \u2013 16)) \/ 2<\/li>\n<\/ul>\n<h2>Wrapping up<\/h2>\n<p>As you can see from the examples above, there is no one direct way to solve for y in terms of x using fractions. Based on the values you have, you could be solving a linear algebraic equation, simultaneous equations, or a quadratic equation.<\/p>\n<p>Whichever one you end up with is based on the values that you have in the question. First, try and simplify the fractions. This lets you know what kind of equation you'll be solving.<\/p>\n<p class=\"alt\"><a href=\"#respond\" id=\"comms\">Be the first to comment<\/a> below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The first step to solving any mathematical equation is to understand the question. For instance, if someone says to you, \"my age is twice yours,\" and you know that you are fifteen years old, then it won\u2019t be hard for you to figure out that the person is 30 years old. This same statement can [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":""},"categories":[4],"tags":[],"_links":{"self":[{"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/posts\/12488"}],"collection":[{"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/comments?post=12488"}],"version-history":[{"count":1,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/posts\/12488\/revisions"}],"predecessor-version":[{"id":12489,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/posts\/12488\/revisions\/12489"}],"wp:attachment":[{"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/media?parent=12488"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/categories?post=12488"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intmath.com\/blog\/wp-json\/wp\/v2\/tags?post=12488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}