Can You Simplify This?

Find the smallest integer n n greater than 100 such that the fraction 9 n + 5 10 n + 3 \dfrac { 9n+5 }{ 10n+3 } will be reducible.


The answer is 117.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Arulx Z
Feb 24, 2016

For the fraction to not be in the lowest terms, gcd ( 9 n + 5 , 10 n + 3 ) > 1 \gcd\left( 9n+5,10n+3 \right) >1 .

By euclidean algorithm ,

gcd ( 9 n + 5 , 10 n + 3 ) = gcd ( 9 n + 5 , n 2 ) = gcd ( n 2 , 23 ) \gcd\left( 9n+5,10n+3 \right) =\gcd\left( 9n+5,n-2 \right) =\gcd\left( n-2,23 \right)

23 must divide n 2 n - 2 if the fraction is not in lowest term. Smallest integer n n greater than 100 which satisfies the following property is 23 5 + 2 = 117 23 \cdot 5 + 2 = 117 .

Can you please explain you did you get gcd ( 9 n + 5 , n 2 ) = gcd ( n 2 , 23 ) \gcd(9n+5,n-2)=\gcd(n-2,23) ?

A Former Brilliant Member - 5 years, 3 months ago

Log in to reply

Divide 9n+5 by n-2 and 23 is remainder.

Department 8 - 5 years, 3 months ago

Log in to reply

Correct! 23 can also be found by repeated subtraction of n 2 n-2 from 9 n + 5 9n+5 , which is about the same as finding the remainder.

Arulx Z - 5 years, 3 months ago

Log in to reply

@Arulx Z Thanks for clearing my doubt.

A Former Brilliant Member - 5 years, 3 months ago

Can't it be 102?

Vaibhav Basantani - 5 years, 3 months ago

Log in to reply

What n? If yes then no

Department 8 - 5 years, 3 months ago

100 is not a multiple of 23. You can try plugging it into the expression.

Arulx Z - 5 years, 3 months ago

Log in to reply

Man , i didn't understand but anyways i'll surely figure it out..

Vaibhav Basantani - 5 years, 3 months ago

Log in to reply

@Vaibhav Basantani Feel free to ask any questions. Which part didn't you understand?

Arulx Z - 5 years, 3 months ago
Rajen Kapur
Feb 24, 2016

9 n + 5 10 n + 3 = 1 n 2 10 n + 3 = 1 1 10 + 23 n 2 \frac{9n+5}{10n+3}=1 - \frac{n - 2}{10n + 3}=1 - \frac{1}{10+\frac{23}{n - 2}} will have 117 smallest n > 100 so that n - 2 is multiple of 23. Answer: 117

Can you explain what your solution has to do with "not an irreducible fraction"?

Calvin Lin Staff - 5 years, 3 months ago

Log in to reply

If g c d ( 23 , n 2 ) 1 gcd (23, n-2) \ne{1} then there will be a "not an irreducible fraction".Tautological. I think it is self-explanatory.

Rajen Kapur - 5 years, 3 months ago

Log in to reply

I agree that "if gcd ( 9 n + 5 , 10 n + 3 ) = 1 \gcd (9n+5, 10n+3) = 1 then it is an irreducible fraction". I also agree thatn "If gcd ( 23 , n 2 ) = 1 \gcd(23, n-2) = 1 , then it is an irreducible fraction". But how does that relate to the working that you've shown?

What i'm asking, is "Explain how your solution demonstrates that gcd ( 9 n + 5 , 10 n + 3 ) = gcd ( 23 , n 2 ) \gcd(9n+5, 10n+3) = \gcd(23, n-2) ". Or alternatively, why does " 23 n 2 \frac{23}{n-2} is not irreducible implies that 1 1 10 + 23 n 2 1 - \frac{1 } { 10 + \frac{23}{n-2} } is not irreducible.

Calvin Lin Staff - 5 years, 3 months ago

Log in to reply

@Calvin Lin I think this is a property of fractions even continued ones.

Rajen Kapur - 5 years, 3 months ago
Ankit Kumar Jain
Feb 29, 2016

Let some k : k Z , k 9 n + 5 , 10 n + 3 k : k \in Z , k \mid 9n + 5 , 10n + 3

k 9 n + 5 k 10 ( 9 n + 5 ) k 90 n + 50 k \mid 9n + 5 \Rightarrow k \mid 10(9n + 5) \Rightarrow k \mid 90n + 50 .

Also , k 10 n + 3 k 9 ( 10 n + 3 ) k 90 n + 27 k \mid 10n + 3 \Rightarrow k \mid 9(10n + 3) \Rightarrow k \mid 90n + 27 .

k 90 n + 50 ( 90 n + 27 ) k 23 k = 23 \therefore k \mid 90n + 50 - \left(90n + 27\right) \Rightarrow k \mid 23 \Rightarrow k = 23 .

Therefore if the fraction is not an irreducible fraction then 23 23 divides the numerator and the denominator.

So 23 9 n + 5 23 \mid 9n + 5 and 23 10 n + 3 23 \mid 10n + 3 23 ( n 2 ) \Rightarrow 23 \mid (n -2) .

23 ( n 2 ) n = 25 , 48 , 71 , 94 , 117 23 \mid (n - 2) \Rightarrow \fbox{n = 25 , 48 , 71 , 94 , 117} . It is easy to verify these values of n n satisfy the required conditions.

Our answer is 117 \fbox{117} .

Moderator note:

Be careful with your presentation. While I understand what you are trying to say, the statement of k 10 n + 3 = k 9 ( 10 n + 3 ) k \mid 10n + 3 = k \mid 9 (10n+3) can be confusing to other people who are trying to understand your solution.

Note that these 2 equations are not equivalent to each other, which is what further confuses the equality sign.

@Calvin Lin Sir can you please suggest the necessary changes in my solution....

Ankit Kumar Jain - 5 years, 3 months ago

Log in to reply

Be explicit about what you mean / what you want to say, and ensure that it is mathematically correct.

Calvin Lin Staff - 5 years, 3 months ago

Log in to reply

@Calvin Lin Sir I have changed the equality sign with implies \Rightarrow sign...

Ankit Kumar Jain - 5 years, 2 months ago

Log in to reply

@Ankit Kumar Jain Good. And because we only have a one directional \Rightarrow , this tells us that the final answers need not necessarily satisfy the original equation. Hence (for the case of this solution), we still have to verify that the values actually work.

Calvin Lin Staff - 5 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...