DS:n 是三个不同质数的积,这些质数都在 1-15 之间,问 n 是否<700?
其中一个条件是 n 与 70 没有公约数
【补充】
DS:x,y,z 是三个质数,xyz<700?
条件 1:三个数不大于 14
条件 2:三个数里面有 70 的因数
s 轩辕十四 12/20
【122-补充】
DS:三个整数,问他们的积和一个常数的关系
条件 1:都是小于 15 的质数
条件 2:是 30 的 factor
构筑:这个好像也是个变体吧,好迷啊
ggggggbbbbbb
bb 12/20
【122-补充】
DS:Integer p: is p>700?
条件 1:p is product of three prime numbers from 1-15
条件 2:p has no common factor with 70
请问陆老师,这道题选什么?谢谢!
题目:A Printer numbered consecutively the pages of a book, beginning with 1 on the first page. In numbering the pages, he printed a total of 189 digits. How many pages are there in the book?
问题:看了中文翻译并听了管老师的讲解,我都没弄明白这个题目的解题思路。的别是对“a total of 189 digits”的处理。
题目:If n is a prime number greater than 3, what is the remainder when n的平方is divided by 12?
问题:当管老师解题时,他出了3个方程式,分别是:
1) n=3A+1, n的平方=9A(square)+6A+1
2) n=3A+2, n的平方=9A(square)+12A+4
3) n=2A+1, n的平方=4A(square)+4A+1
我不明白的点是:这3个方程式是怎么推到或者是一看到题目就这么设出来的?