Here are some problems I need help with. I have the answer key, yet I don't know how to do a lot of them. These are the first five:
1. If the temperature is more than 1o Celsius but less than 74o Celsius, find the sum of all possible distinct Fahrenheit temperatures such that the Fahrenheit temperature is a prime integer and that the equivalent Celsius temperature is any integer.
Obviously I could do this manually, but that would take too long. What's a quicker way?
2. How many distinct integers between 1000 and 2010, inclusive, are divisible by 3, 5, or 7?
Again, too long to do by hand. I tried dividing 2010 by 3, 5, and 7 (excluding the remainder) and got 670, 402, and 287. I did the same with 1000 and subtracted the respective values (2010 answers-1000 answers) and got 685 (the answer key says 550).
3. A book store sells 3 types of books: math books for $5 each, physics books for $1.50 each, and comic books for $0.25 each. Derby buys 100 books and pays exactly $50. If Derby buys at least 1 book of each type, find the ordered triple of the form (# math books, # physics books, # comic books) that Derby buys.
I tried coming up with a system of equations to solve, but there's three variables and I only had two equations (one for the price and the other for the number i.e. 5m+1.5p+.25p=50 and m+p+c=100), so that didn't work.
4. An original number is increased by k%, and then the result is decreased by w%. The final result is 85% of the original number. If k is a positive integer less than 173 and if w is a positive integer, find the sum of all possible distinct values of k.
Just a lot of crazy answers.
5. How many distinct positive integers less than 1000 have prime factorizations of the form paqbrc with p , q , and r distinct positive primes and with a , b , and c positive integers such that p + q + r <13 ?
Not sure on how to do this one.
1. If the temperature is more than 1o Celsius but less than 74o Celsius, find the sum of all possible distinct Fahrenheit temperatures such that the Fahrenheit temperature is a prime integer and that the equivalent Celsius temperature is any integer.
Obviously I could do this manually, but that would take too long. What's a quicker way?
2. How many distinct integers between 1000 and 2010, inclusive, are divisible by 3, 5, or 7?
Again, too long to do by hand. I tried dividing 2010 by 3, 5, and 7 (excluding the remainder) and got 670, 402, and 287. I did the same with 1000 and subtracted the respective values (2010 answers-1000 answers) and got 685 (the answer key says 550).
3. A book store sells 3 types of books: math books for $5 each, physics books for $1.50 each, and comic books for $0.25 each. Derby buys 100 books and pays exactly $50. If Derby buys at least 1 book of each type, find the ordered triple of the form (# math books, # physics books, # comic books) that Derby buys.
I tried coming up with a system of equations to solve, but there's three variables and I only had two equations (one for the price and the other for the number i.e. 5m+1.5p+.25p=50 and m+p+c=100), so that didn't work.
4. An original number is increased by k%, and then the result is decreased by w%. The final result is 85% of the original number. If k is a positive integer less than 173 and if w is a positive integer, find the sum of all possible distinct values of k.
Just a lot of crazy answers.
5. How many distinct positive integers less than 1000 have prime factorizations of the form paqbrc with p , q , and r distinct positive primes and with a , b , and c positive integers such that p + q + r <13 ?
Not sure on how to do this one.