Блог пользователя MieAi.

Автор MieAi., история, 6 часов назад, По-английски

Hi everyone,

This is a question from an English test that is completely unrelated to CP. I'm trying to figure out which option is the most reasonable here:

My son is expecting the holiday much ...

$$$A.$$$ more than we do

$$$B.$$$ more than we are

Which answer do you think is the correct one? Honestly, my English is quite poor, so I would really appreciate your help.

Thank you so much!

  • Проголосовать: нравится
  • +17
  • Проголосовать: не нравится

»
6 часов назад, скрыть # |
 
Проголосовать: нравится +17 Проголосовать: не нравится

Do you deliberately want to get a negative contribution?

  • »
    »
    5 часов назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    Hmm, I don't think so. I'm actually trying to figure out the correct answer to this question (as shown in the image below). I noticed a lot of people choosing 'more we do' while many others are picking 'more we are', so I wanted to ask the Codeforces community since I think you guys could help me out with this

    If you think this is a trash post, Im really sorry. I know cf is a cp platform, but Im genuinely stuck on this grammar point and could really use some help from the sharp minds here

    Thanks!

    a

    • »
      »
      »
      5 часов назад, скрыть # ^ |
      Rev. 2  
      Проголосовать: нравится +9 Проголосовать: не нравится

      I think C.

      much more than xxx is good, it's a comparison. much than xxx is grammarly incorrect.

      and if choose C, it equals to "My son is expecting the holiday much more than we are expecting." Valid comparison.

      If choose D, it's comparing "my son expecting holiday" to "we"; which is mismatched.

      If choose B, "much as we do" isn't logically correct. If you use "as much as we are" it'll be correct.

      Note: "much more than we do" is also incorrect. is aligns with are not do.

»
6 часов назад, скрыть # |
 
Проголосовать: нравится +11 Проголосовать: не нравится

This is an interactive problem unrelated blog.

»
5 часов назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

My son is expecting much more than we do

»
5 часов назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by MieAi. (previous revision, new revision, compare).

»
5 часов назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

i think ans is this My son is expecting much more than we do.

»
4 часа назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

15 days until the thptqg and good luck chupe (do u want to learn in apcs?)

»
3 часа назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

B sounds more natural to me, since the first part is "My son is expecting" and not "My son expects" (in which case I'd say A).

  • »
    »
    2 часа назад, скрыть # ^ |
     
    Проголосовать: нравится +3 Проголосовать: не нравится

    I agree that B is definitely correct.

    To give a similar example that perhaps better illustrates the mechanic, consider the sentence "I like to do Codeforces, AtCoder, and to do ICPC." This clearly violates parallelism (it is both objectively incorrect and sounds wrong), as "AtCoder" is a noun and "to do ICPC" is an infinitive verb. Either "I like to do Codeforces, to do AtCoder, and to do ICPC" or "I like to do Codeforces, AtCoder, and ICPC" would be proper sentences, as the former is of the form "I like {infinitive, infinitive, infinitive}" and the latter is of the form "I like to do {noun, noun, noun}," both of which satisfy parallelism (the latter is more natural in my opinion since it's more concise, but both are fine).

    The example in the blog uses the particle "than," which similarly mandates parallelism. The sentence "my son is expecting the holiday much more than we do" is of the form "my son {present progressive verb} much more than {present indicative verb}," which is incorrect. The sentences "my son is expecting the holiday much more than we are" or "my son expects the holiday much more than we do" are both correct, as the former uses only present progressive verbs, and the latter uses only present indicative verbs.

»
90 минут назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

The correct option is B. more than we are.

Here is why:

When making a comparison, the auxiliary verb in the second part of the sentence needs to match the verb tense used in the first part.

Your sentence: "My son is expecting..." uses the present continuous tense, so the matching verb for "we" is are ("...more than we are").

If you wanted to use option A, you would need to change the first part of the sentence to the simple present tense:

"My son expects the holiday much more than we do."