Question

In: Math

The denominator of a fraction is 4 more than the numerator. If both the numerator and...


The denominator of a fraction is 4 more than the numerator. If both the numerator and the denominator of the fraction are increased by 3, the new fraction is 5/6 . Find the original fraction.


Solutions

Expert Solution

Answer: The original fraction is

Explanation: Let the original fraction is  

-------------------------------- (1)

where, x is the numerator and y is denominator.

Since, the denominator is 4 more than the numerator. So,

------------------------------ (2)

Now, if we add 3 on both numerator and denominator, the new fraction is 5/6. i.e.

-------------------------- (3)

Now, substituting y=x+4 from eqn 2 into eqn 3.

Subtracting both sides by 5x

Subtracting both sides by 18

Now, substitute x=17 into eqn 2

Hence, the fraction will be (using eqn 1 i.e. x/y).


Related Solutions

7. Fractions You can express a fraction as a list: [numerator, denominator]. For example 1 2...
7. Fractions You can express a fraction as a list: [numerator, denominator]. For example 1 2 can be expressed as the list [1,2]. (a) Write a function called factionAdd() that takes two fractions as lists and adds them. For example, fraction([1,2], [3,4]) returns [5,4] (b) Write a function fractionMult() that multiplies two fractions that are passed as lists. [HINT: You may use the following function gcd ( x ; y ) to help you calculate the Greatest Common Divisor, which...
Java Implement a class named “Fraction” with the following properties: numerator: int type, private denominator: int...
Java Implement a class named “Fraction” with the following properties: numerator: int type, private denominator: int type, private and the following methods: one default constructor which will create a fraction of 1/1. one constructor that takes two parameters which will set the values of numerator and denominator to the specified parameters. int getNum() : retrieves the value of numerator int getDenom(): retrieves the value of the denominator Fraction add(Fraction frac): adds with another Fraction number and returns the result in...
First lab: Create a Fraction class Create member variables to store numerator denominator no additional member...
First lab: Create a Fraction class Create member variables to store numerator denominator no additional member variable are allowed Create accessor and mutator functions to set/return numerator denominator Create a function to set a fraction Create a function to return a fraction as a string ( common name ToString(), toString())  in the following format: 2 3/4 use to_string() function from string class to convert a number to a string; example return to_string(35)+ to_string (75) ; returns 3575 as a string Create...
How do I fix my code? public class Fraction {    private int numerator, denominator, numberOfFraction;    public...
How do I fix my code? public class Fraction {    private int numerator, denominator, numberOfFraction;    public Fraction () {    numerator = 0;    denominator = 1;    numberOfFraction++; }    public Fraction (int n, int d) {    numerator = n;    denominator = d;    numberOfFraction++; } private int gcd (int num1, int num2) {    if (num1 == 0)    return num2;    return gcd (num2 % num1, num1); }    public Fraction add (Fraction third) {    int n = numerator * third.denominator + third.numerator * denominator;    int...
Discuss the significance of the numerator and denominator in the corporate value proposition. Who benefits from...
Discuss the significance of the numerator and denominator in the corporate value proposition. Who benefits from the maximization of corporate valuation? (Note: Milton Friedman, among other notable financial economists, had definitive opinions on this.) Why theoretically do so many entities benefit? Do you agree that they all benefit?
) Given a digital filter with the following numerator and denominator coefficient vectors, respectively: Num= 8.831,...
) Given a digital filter with the following numerator and denominator coefficient vectors, respectively: Num= 8.831, 16.234, 25.118, 16.234, 8.831, and Den= 1.0000, 1.7342, 2.5277, 1.5502, 0.7998. (a) Find the poles and zeros of the filter transfer function. Is the filter stable? (b) Plot the magnitude and phase of H(e jω) of the filter. Hence, determine the type of filter (LP, HP, BP, or Notch) it represents. (c) Determine the 3-dB bandwidth of the filter. (d) If the sampling period...
What is the denominator of the reduced fraction representing the probability of winning Fantasy Five (a...
What is the denominator of the reduced fraction representing the probability of winning Fantasy Five (a lottery game where the winner correctly chooses five numbered balls (without regard to order) from a group of 39 numbered balls)?
When you convert feet to inches, how do you decide which part of the conversion factor should be in the numerator and which in the denominator?
When you convert feet to inches, how do you decide which part of the conversion factor should be in the numerator and which in the denominator?
f(x)= 9x^4-2x^3-36x^2+8x/3x^3+x^2-14 -Factor the numerator and denominator of f(x) completely. -Write the domain of f(x) in...
f(x)= 9x^4-2x^3-36x^2+8x/3x^3+x^2-14 -Factor the numerator and denominator of f(x) completely. -Write the domain of f(x) in interval notation. -Locate all hole(s), if any, and write them in the form of coordinate pairs. -Locate all vertical asymptote(s), if any, and give their equations in the form x = c. For each one, describe what happens to f(x) as x approaches c from the left(-), and as x approaches c from the right (+). -Locate the horizontal/slant asymptote, if any, and give...
a fraction defactive of no more than 0.04 i random sample size of 195 yields 40...
a fraction defactive of no more than 0.04 i random sample size of 195 yields 40 defects. What is the value of the test statistic?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT