7/15寂静:所有员工都大于20岁. Of the 2000 employees, is the avg age at least 35?
1. 50% 员工是大于40岁
2. 25% 员工是大于65岁
这道题网上有C和E两种争论;我所不明白的点是:条件2中的25%是否包含在条件1的里面;我觉得答案应该是C。因为:35*2000=70000岁;(1)+(2)可得41*500+66*500+21*1000=74500>70000.不知道我的思路是否正确。谢谢老师的答疑!
题目: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个方程式是怎么推到或者是一看到题目就这么设出来的?