Edited my first post. The problem doesn't state that they have to stay together, so assume they don't. Our professor who made the problem is out of town right now, and will be until after it is due, so I can't ask him for clarification.
Homework Statement
Seven married couples, five of which with a single child, go to a movie theater. In how many ways can they line up to buy tickets so that no two children stand next to each other?
This is the problem, word for word.
The problem does not state that families have to be...
Homework Statement
How many integers from 0-9,999,999 have exactly two 3's and two 5's as digits.
Homework Equations
I'm not really sure...
The Attempt at a Solution
The answer is 107520, if I'm not mistaken. I made a program to count it up for me, so I'm fairly sure that that is...
seems I've found a classmate.
I'm not sure if you mean the last symbol or next to last, so after the equation it reads:
"is not rational"
so its not a rational number.
Homework Statement
I have to find the range of f(x) where:
f(x)=7*floor(x) - floor(7*x)
x is a real number.
Then I have to prove that this set of numbers is correct.
The Attempt at a Solution
I am still on the range part, and thus am only asking about that part at the moment. It...
Ok I think I see now. So do I not need to do induction at all?
Can I write the proof like this:
For all n>2: there exists p prime: n<p<n!
Proof:
For all p<n: p | n! //p divides n!
n! and n!-1 are relatively prime => n! and n!-1 share no common divisors
=> there must a prime p > n : p | n!-1
Thanks. It doesn't have to be done by induction by the way, its just that that is one of the only proof methods that I have been taught thus far, and seemed like the most likely.