What Is the Smallest Integer N for Which 10N Is a Square and 6N Is a Cube?

Click For Summary

Homework Help Overview

The problem involves finding the smallest integer N such that 10N is a perfect square and 6N is a perfect cube. The context is rooted in number theory, particularly focusing on properties of integers and their factorizations.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the prime factorization of N and the implications of the conditions for 10N and 6N. There are attempts to derive constraints on the exponents of the prime factors based on the requirements for squares and cubes. Some participants express confusion about concepts like prime factorization and modular arithmetic.

Discussion Status

There is an ongoing exploration of the relationships between the factors of N and the conditions set by the problem. Some participants have offered insights into the necessary prime factors and their exponents, while others are still grappling with understanding the concepts involved. No consensus has been reached on the exact value of N or the number of its factors.

Contextual Notes

Participants note that the problem may involve advanced mathematical concepts that are not yet familiar to all, leading to varying levels of understanding and engagement with the material.

Trail_Builder
Messages
148
Reaction score
0
this is question found as part of a 25question 1hour long maths problem quiz i took today. It was just about the only one i couldn't do in the time, and even with another look after I can't do it :S I think it may involve maths I havnt come across or at least methodology i havn't (I 16 and only just started looking beyond class studies)

Homework Statement



Let N be the smallest integer such that 10 x N is a perfect square and 6 x N is a perfect cube.
How many positive factors does N have?

(options)

A 30 B 40 C 54 D 72 E 96

Homework Equations





The Attempt at a Solution



right, Ill talk you through my attempt so far...

so,

I first of all tried a few values for N (the basics as tests like 0,1,2,3,5,10, etc..) and came to the logical conclusion that it wasn't going to be as simple as that, and probably would be a very large number (probably should have concluded that from the options but o well

o yeh, I found out that 0 kinda works, but I'm guessing from the options that 0 doesn't count because 0 isn't a cube or a square? am I right?

Then I tried using modular arithematic (I still a super noobie with it)

N = 0 (mod 10) is a perfect square, while N = 0 (mod 6) is a perfect cube.

From that I started working my way through the first half, trying lots of options for what makes the first bit work. I came up with stuff like N = 10, 40, 90, etc.. Not in a very logical approach but hey, mighta saved me time, but it didnt...

I can't figure out how to find N?

Have I approached the question all wrong though? is finding N entirely necessary or can you derive the factors somehow?

I tried the later approach, looking for similarities between the factors of squares and cubes but I don't know if it was me being slow, or weird, or whatever, (or oblvivious to the obvious) but I couldn't find anything that way...



any help please :D

and as per usualy, one step at a time ;)

thnx
 
Physics news on Phys.org
Clearly N has a prime factorization of the form 2^i*3^j*5^k. What constraints do your premises put on i,j,k?
 
:S what's prime factorization?

thnx
 
you can play some tricks involving divisibility.

for instance, you have 10*N is a perfect square. so
10N=a^2
so 2 divides both sides, hence 2 divides a^2, so 2 divides a. (if 2 doesn't divide a, then 2 can't divide a^2 because 2 is a prime)

so you have:
a^2=(2a')^2
or
a^2=4a'^2

substitute,
10N=4a'^2

cancel out the two
5N=2a'^2

rinse and repeat for 5. and similarly for 6N=b^3
 
Sorry to be off topic but was that test the AMC?
 
If 10N = a^2, then 2^{x},5^{y}, k_{1}^{z_{1}}, k_{2}^{z_{2}}... | N where x, y can be expressed as 2*q - 1, where q is any positive integer. k refers to any prime, and z an even number.

For 6N = b^{3}, we have 2^{a},3^{b}, l_{1}^{c_{1}}... | N where a, b can be expressed as 3*q - 1, where q is any positive integer. l refers to any prime and c is a multiple of 3.

Now we have concluded that 2, 3 and 5 must be factors of N. Also, we know what the factors of the respective exponents must be. Can you go on from there?
 
Last edited:
Feldoh said:
Sorry to be off topic but was that test the AMC?

it was the second round of the UKMT Maths Challenge (from the UK), and is called something like "the european pink kangaroo round", haha, funny name, lol

anyways, yeh i reks i didnt through to the olympiad cause i working out i probs only got like 90 outa 135 or whatever it is...

whats the AMC?
 
o yeh, thnx for the help, ill try and go from there and get back to you if i get stuck...
 
Trail_Builder said:
o yeh, thnx for the help, ill try and go from there and get back to you if i get stuck...

If you are going to keep looking at number theory problem it would be good to get to know about prime factorization. It's not even hard.
 
  • #10
o rite i know what prime factorization is lol

just never heard it called that before cause at school i just get told it when you split a number into prime factors hehe, stupid me

right I've decided i have no idea what's going on lol

unfortunately, i not sure what any of your explanations mean or where to go from there.

thnx for the help anyways, ill come to this problem once i read some number theory
 
  • #11
So then do you agree N=2^i*3^j*5^k for some i,j,k? You can do it now.
 
  • #12
In order that 10*N be a square, since 10= 2*5, N must have factors of 2 and 5. In order that 6*N be a cube, since 6= 2*3, N must have factors of 22 and 32. Since N is the smallest such number, it must be 22*32*5= 180. Now, I'll leave the hard part to you: how many distinct factors does 180 have?
 
  • #13
HallsofIvy said:
In order that 10*N be a square, since 10= 2*5, N must have factors of 2 and 5. In order that 6*N be a cube, since 6= 2*3, N must have factors of 22 and 32. Since N is the smallest such number, it must be 22*32*5= 180. Now, I'll leave the hard part to you: how many distinct factors does 180 have?


Sorry, but the number of factors of 180 won't do him any good, since 10*180 is not a perfect square and 6*180 is not a perfect cube.
 
  • #14
Halls, something you've let something slip there...

By the way Trailer Builder, the answer is ugly.
 
  • #15
Werg22 said:
Halls, something you've let something slip there...

By the way Trailer Builder, the answer is ugly.

What's ugly about 2^5*3^2*5^3=36000?
 
  • #16
Considering the prime factorization, counting factors is really easy as well... Trail Builder gave up too fast.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 22 ·
Replies
22
Views
3K
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K