Find Max & Min for $\frac{n}{f(n)}$ when $n\in N$ and $9<n<100$

  • MHB
  • Thread starter Albert1
  • Start date
  • Tags
    Max
In summary, we are given two sets of conditions and asked to find the maximum and minimum values of $\dfrac{n}{f(n)}$, where $n$ is a natural number and $f(n)$ is the sum of its digits. The first set of conditions states that $n$ is between 9 and 100, and the second set states that $n$ is between 999 and 10000. For the first set of conditions, the maximum value of $\dfrac{n}{f(n)}$ is 10, which is achieved when $n=99$. The minimum value is 19/10, which is achieved when $n=19$.For the second set of conditions, the maximum value
  • #1
Albert1
1,221
0
if $n\in N$ , $9<n<100$, and $f(n)=$ all digits sum of $n$
(1)find $max(\dfrac {n}{f(n)})$ and $min(\dfrac {n}{f(n)})$
now if:
if $n\in N$ , $999<n<10000$, and $f(n)=$ all digits sum of $n$
(2)find $max(\dfrac {n}{f(n)})$ and $min(\dfrac {n}{f(n)})$
 
Last edited:
Mathematics news on Phys.org
  • #2
My immediate guesses:

(1) Max is 10 and min is 19/10

(2) Max is 1000 and min is 1999/28
 
  • #3
neelmodi said:
My immediate guesses:

(1) Max is 10 and min is 19/10

(2) Max is 1000 and min is 1999/28
(1) both correct
(2) Max correct ,min incorrect
please write down the way you got those answers
 
  • #4
Albert said:
(1) both correct
(2) Max correct ,min incorrect
please write down the way you got those answers
[sp]My guess for the min in (2) was $1199/20 = 59.95$. But I haven't thought about how to prove it.[/sp]
 
  • #5
Opalg said:
[sp]My guess for the min in (2) was $1199/20 = 59.95$. But I haven't thought about how to prove it.[/sp]
the min (2) is $\dfrac {1099}{19}$
 
  • #6
Albert said:
the min (2) is $\dfrac {1099}{19}$
I should have thought of that! (Fubar)
 
  • #7
Albert said:
if $n\in N$ , $9<n<100$, and $f(n)=$ all digits sum of $n$
(1)find $max(\dfrac {n}{f(n)})$ and $min(\dfrac {n}{f(n)})$
now if:
if $n\in N$ , $999<n<10000$, and $f(n)=$ all digits sum of $n$
(2)find $max(\dfrac {n}{f(n)})$ and $min(\dfrac {n}{f(n)})$
sol of (1)
let : $n=\overline{xy}=10x+y, (x\in 1...9 , y\in 0...9)$
$\therefore \dfrac {n}{f(n)}=\dfrac {10x+y}{x+y}=10-\dfrac {9y}{x+y}$
and we have :$max(\dfrac {n}{f(n)})=10 \,\, \,\,with (y=0, x=1...9)$
$min(\dfrac {n}{f(n)})=10 -\dfrac {9\times 9}{1+9}=\dfrac {19}{10}\,\,(y=9,x=1)$
sol of (2) is similar ,please have a try
 
  • #8
sol of (2) of others
let : $n=\overline{xyzw}=1000x+100y+10z+w, (x\in 1...9 , y,z,w\in 0...9)$
$\therefore \dfrac {n}{f(n)}=\dfrac {1000x+100y+10z+w}{x+y+z+w}=1000-\dfrac {900y+990z+999w}{x+y+z+w}$
and we have :$max(\dfrac {n}{f(n)})=1000 \,\, \,\,with (y,z,w=0, x=1...9)$
to find $min(\dfrac {n}{f(n)})= ?$
we must find $max(\dfrac {900y+990z+999w}{x+y+z+w})$
$\dfrac {900y+990z+999w}{x+y+z+w}
=900+\dfrac {90z+99w-900x}{x+y+z+w},\,\
( x=1,y=0)$
$=900+\dfrac {90z+99w-900}{1+z+w}$
$=900+90+\dfrac {9w-990}{1+z+w},\,\,(z=9)$
$=900+90+9-\dfrac {1080}{10+w}, \,\,\, (w=9)$
$=\dfrac {17901}{19}$
$\therefore min(\dfrac {n}{f(n)})=1000-\dfrac {17901}{19}=\dfrac {1099}{19}$#
 
Last edited:

FAQ: Find Max & Min for $\frac{n}{f(n)}$ when $n\in N$ and $9<n<100$

What is the maximum value of $\frac{n}{f(n)}$?

The maximum value of $\frac{n}{f(n)}$ occurs when $n$ is the smallest possible value, which is $10$. This is because $f(n)$ is a function that increases as $n$ increases, so the larger the value of $n$, the smaller the value of $\frac{n}{f(n)}$. Therefore, the maximum value of $\frac{n}{f(n)}$ is $\frac{10}{f(10)}$.

What is the minimum value of $\frac{n}{f(n)}$?

The minimum value of $\frac{n}{f(n)}$ occurs when $n$ is the largest possible value, which is $99$. This is because $f(n)$ is a function that increases as $n$ increases, so the smaller the value of $n$, the larger the value of $\frac{n}{f(n)}$. Therefore, the minimum value of $\frac{n}{f(n)}$ is $\frac{99}{f(99)}$.

How do I find the maximum and minimum values of $\frac{n}{f(n)}$ for a specific range of $n$?

To find the maximum and minimum values of $\frac{n}{f(n)}$ for a specific range of $n$, you can plug in the smallest and largest values of $n$ in the given range into the formula $\frac{n}{f(n)}$. The resulting values will be the maximum and minimum values of $\frac{n}{f(n)}$ for that range.

Can the maximum and minimum values of $\frac{n}{f(n)}$ be the same?

No, the maximum and minimum values of $\frac{n}{f(n)}$ cannot be the same. This is because the value of $\frac{n}{f(n)}$ is dependent on the value of $n$, and as $n$ increases, the value of $\frac{n}{f(n)}$ decreases. Therefore, the maximum value of $\frac{n}{f(n)}$ will always be greater than the minimum value.

Are there any other factors that can affect the maximum and minimum values of $\frac{n}{f(n)}$?

Yes, there are other factors that can affect the maximum and minimum values of $\frac{n}{f(n)}$. These factors include the properties of the function $f(n)$, such as its shape, domain, and range. Additionally, the range of $n$ values can also affect the maximum and minimum values of $\frac{n}{f(n)}$, as a wider range of $n$ values can result in a larger difference between the maximum and minimum values.

Similar threads

Replies
1
Views
897
Replies
7
Views
1K
Replies
9
Views
2K
Replies
1
Views
1K
Replies
4
Views
1K
Replies
2
Views
1K
Back
Top