Difference between revisions of "2009 AIME I Problems/Problem 6"

(New page: == Problem == How many positive integers <math>N</math> less than <math>1000</math> are there such that the equation <math>x^{\lfloor x\rfloor} = N</math> has a solution for <math>x</math...)
 
(Solution)
Line 4: Line 4:
  
 
== Solution ==
 
== Solution ==
First, <math>x</math> must be less than <math>5</math>, since otherwise <math>x^{\lfloor x\rfloor}</math> would be at least <math>3125</math> which is greater than <math>1000</math>.
+
First, <math>x</math> must be less than <math>5</math>, since otherwise <math>x^{\lfloor x\rfloor}</math> would be at least <math>3125</math> which is greater than <math>1000</math>.  
  
 
Now in order for <math>x^{\lfloor x\rfloor}</math> to be an integer, <math>x</math> must be an integral root of an integer,
 
Now in order for <math>x^{\lfloor x\rfloor}</math> to be an integer, <math>x</math> must be an integral root of an integer,
 +
 +
So let do case work:
 +
 +
For <math>{\lfloor x\rfloor}=0</math> N=<math>1</math> no matter what x is
 +
 +
For <math>{\lfloor x\rfloor}=1</math> N can be anything between <math>1^1</math> to <math>2^1</math> excluding <math>2^1</math>
 +
 +
This gives us <math>2^1-1^1=1</math> N's
 +
 +
For <math>{\lfloor x\rfloor}=2</math> N can be anything between <math>2^2</math> to <math>3^2</math> excluding <math>3^2</math>
 +
 +
This gives us <math>3^2-2^2=5</math> N's
 +
 +
For <math>{\lfloor x\rfloor}=3</math> N can be anything between <math>3^3</math> to <math>4^3</math> excluding <math>4^3</math>
 +
 +
This gives us <math>4^3-3^3=37</math> N's
 +
 +
For <math>{\lfloor x\rfloor}=4</math> N can be anything between <math>4^4</math> to <math>5^4</math> excluding <math>5^4</math>
 +
 +
This gives us <math>5^4-4^4=369</math> N's
 +
 +
Since <math>x</math> must be less than <math>5</math>, we can stop here
 +
 +
Answer <math>= 1+5+37+369= \boxed {412}</math>

Revision as of 23:43, 19 March 2009

Problem

How many positive integers $N$ less than $1000$ are there such that the equation $x^{\lfloor x\rfloor} = N$ has a solution for $x$? (The notation $\lfloor x\rfloor$ denotes the greatest integer that is less than or equal to $x$.)

Solution

First, $x$ must be less than $5$, since otherwise $x^{\lfloor x\rfloor}$ would be at least $3125$ which is greater than $1000$.

Now in order for $x^{\lfloor x\rfloor}$ to be an integer, $x$ must be an integral root of an integer,

So let do case work:

For ${\lfloor x\rfloor}=0$ N=$1$ no matter what x is

For ${\lfloor x\rfloor}=1$ N can be anything between $1^1$ to $2^1$ excluding $2^1$

This gives us $2^1-1^1=1$ N's

For ${\lfloor x\rfloor}=2$ N can be anything between $2^2$ to $3^2$ excluding $3^2$

This gives us $3^2-2^2=5$ N's

For ${\lfloor x\rfloor}=3$ N can be anything between $3^3$ to $4^3$ excluding $4^3$

This gives us $4^3-3^3=37$ N's

For ${\lfloor x\rfloor}=4$ N can be anything between $4^4$ to $5^4$ excluding $5^4$

This gives us $5^4-4^4=369$ N's

Since $x$ must be less than $5$, we can stop here

Answer $= 1+5+37+369= \boxed {412}$