Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Grammar question

Grammar question

Scheduled Pinned Locked Moved The Lounge
csharptutorialquestion
30 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Al Beback

    Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

    My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

    D Offline
    D Offline
    Diego Moita
    wrote on last edited by
    #6

    The grammar is simple for most languages I know*: the verb should match the subject; both should be singular or both should be plural. "There is a total of 20 women..." is correct because "total" (a singular set) is the subject. "There are 20 women..." is correct because "women" (a plural set) is the subject. "There are a total of 20 women..." and "There is 20 women..." are both wrong because the subjects and the verbs are in different numbers. * that's Portuguese, Spanish, English and some French and German.


    Of all forms of sexual aberration, the most unnatural is abstinence.

    1 Reply Last reply
    0
    • A Alan Balkany

      They're both correct. The meanings are slightly different. With "There is a total..." the subject is "a total", which is singular. With "There are a total..." the subject is "20 women and children", which is plural.

      D Offline
      D Offline
      Diego Moita
      wrote on last edited by
      #7

      Alan Balkany wrote:

      With "There are a total..." the subject is "20 women and children"

      :confused: If "women and children" is the subject then what role does "total" play in the phrase?


      Of all forms of sexual aberration, the most unnatural is abstinence.

      A 1 Reply Last reply
      0
      • A Al Beback

        Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

        My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

        D Offline
        D Offline
        DaveX86
        wrote on last edited by
        #8

        There are 20 women here. There is a group of 20 women here (1 group).

        G 1 Reply Last reply
        0
        • A Al Beback

          Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

          My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

          Z Offline
          Z Offline
          Zhat
          wrote on last edited by
          #9

          In the South it's: Der b here bunch of 20 Baby Momma's and sumb chillins

          A 1 Reply Last reply
          0
          • A Al Beback

            Ennis Ray Lynch, Jr. wrote:

            Is refers to the singular and are refers to the plural.

            That much I knew. But somehow "There are a total of ..." sounded a little better. After hearing enough people say it that way, I wasn't sure. But yeah, now I realize that the verb is referring to one thing: "a total".

            My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

            J Offline
            J Offline
            Jeslan
            wrote on last edited by
            #10

            The word "total" is the subject that must agree with the verb. Some words (such as "majority") can be singular or plural, depending on context. Ex: The majority of the people are here. The majority of the pie is eaten. I don't think the word total is ever plural. You would always say, "The total is [blank]" and never "The total are [blank]"

            E D 2 Replies Last reply
            0
            • A Al Beback

              Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

              My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

              T Offline
              T Offline
              Tomz_KV
              wrote on last edited by
              #11

              Microsoft word grammer check suggest "are".

              TOMZ_KV

              A P 2 Replies Last reply
              0
              • Z Zhat

                In the South it's: Der b here bunch of 20 Baby Momma's and sumb chillins

                A Offline
                A Offline
                Al Beback
                wrote on last edited by
                #12

                :laugh: :laugh: :laugh: That oughta learn me.

                My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

                1 Reply Last reply
                0
                • T Tomz_KV

                  Microsoft word grammer check suggest "are".

                  TOMZ_KV

                  A Offline
                  A Offline
                  Al Beback
                  wrote on last edited by
                  #13

                  Tomz_KV wrote:

                  Microsoft word grammer check suggest "are".

                  That gives me a good idea for next time, although I'm not sure about that suggestion. :~

                  My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

                  modified on Friday, July 25, 2008 3:34 PM

                  1 Reply Last reply
                  0
                  • D Diego Moita

                    Alan Balkany wrote:

                    With "There are a total..." the subject is "20 women and children"

                    :confused: If "women and children" is the subject then what role does "total" play in the phrase?


                    Of all forms of sexual aberration, the most unnatural is abstinence.

                    A Offline
                    A Offline
                    Alan Balkany
                    wrote on last edited by
                    #14

                    I'd guess "total" in this case would also be a subject, but "There are" refers to the main subject, "20 women and children". It appears to be a matter of emphasis.

                    G 1 Reply Last reply
                    0
                    • J Jeslan

                      The word "total" is the subject that must agree with the verb. Some words (such as "majority") can be singular or plural, depending on context. Ex: The majority of the people are here. The majority of the pie is eaten. I don't think the word total is ever plural. You would always say, "The total is [blank]" and never "The total are [blank]"

                      E Offline
                      E Offline
                      Ennis Ray Lynch Jr
                      wrote on last edited by
                      #15

                      Total as a plural which is totals as we see in elections, the election totals are here.

                      Need a C# Consultant? I'm available.
                      Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

                      1 Reply Last reply
                      0
                      • A Al Beback

                        Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

                        My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #16

                        'is' since it refers to the total which is singular.

                        Visit http://www.notreadytogiveup.com/[^] and do something special today.

                        1 Reply Last reply
                        0
                        • A Al Beback

                          Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

                          My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

                          P Offline
                          P Offline
                          Paul Conrad
                          wrote on last edited by
                          #17

                          IMO, either works for me. I usually go with the first.

                          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                          1 Reply Last reply
                          0
                          • T Tomz_KV

                            Microsoft word grammer check suggest "are".

                            TOMZ_KV

                            P Offline
                            P Offline
                            Paul Conrad
                            wrote on last edited by
                            #18

                            Don't really trust the MS Grammar checker. :rolleyes:

                            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                            E 1 Reply Last reply
                            0
                            • P Paul Conrad

                              Don't really trust the MS Grammar checker. :rolleyes:

                              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                              E Offline
                              E Offline
                              Ed Poore
                              wrote on last edited by
                              #19

                              No, you can trust it, but always go with the other suggestion.

                              P 1 Reply Last reply
                              0
                              • E Ed Poore

                                No, you can trust it, but always go with the other suggestion.

                                P Offline
                                P Offline
                                Paul Conrad
                                wrote on last edited by
                                #20

                                I've never really liked the grammar checker. I do look at it when there is some serious grammar mistakes, but usually wind up going my own way that I was taught in English classes in school.

                                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

                                1 Reply Last reply
                                0
                                • A Al Beback

                                  Which is correct: There is a total of 20 women and children here. There are a total of 20 women and children here. Both sound OK to me. Thanks.

                                  My latest C# extension method:   public static bool In<T>(this T value, params T[] values)   {       return values.Any(v => v.Equals(value));   } Example:   bool valid = answer.In("Yes", "No", "Dunno");

                                  B Offline
                                  B Offline
                                  Brad Bruce
                                  wrote on last edited by
                                  #21

                                  I would add some commas to make it clear There are, a total of, 20 women and children here. The subject is women and children. The commas indicate that a portion of the sentence can be removed. I had to look it up to verify.

                                  http://www.grammarbook.com/punctuation/commas.asp wrote:

                                  Use commas to set off expressions that interrupt the flow of the sentence.

                                  [edit] Well, I just got in trouble with a few proofreaders I've used (trained people, not computer programs)... They agree that the commas I put in earlier weren't the best way around the problem. What do you expect after a 60 hour week editing videos? (not my real job) Their suggestion was to either drop "a total of" completely or rework the sentence to "There are 20 women and children here in total." or leave it alone

                                  modified on Saturday, July 26, 2008 6:45 PM

                                  D 1 Reply Last reply
                                  0
                                  • J Jeslan

                                    The word "total" is the subject that must agree with the verb. Some words (such as "majority") can be singular or plural, depending on context. Ex: The majority of the people are here. The majority of the pie is eaten. I don't think the word total is ever plural. You would always say, "The total is [blank]" and never "The total are [blank]"

                                    D Offline
                                    D Offline
                                    Dalek Dave
                                    wrote on last edited by
                                    #22

                                    Data is plural, but "The data ARE conclusive" sounds awful.

                                    ------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox

                                    1 Reply Last reply
                                    0
                                    • B Brad Bruce

                                      I would add some commas to make it clear There are, a total of, 20 women and children here. The subject is women and children. The commas indicate that a portion of the sentence can be removed. I had to look it up to verify.

                                      http://www.grammarbook.com/punctuation/commas.asp wrote:

                                      Use commas to set off expressions that interrupt the flow of the sentence.

                                      [edit] Well, I just got in trouble with a few proofreaders I've used (trained people, not computer programs)... They agree that the commas I put in earlier weren't the best way around the problem. What do you expect after a 60 hour week editing videos? (not my real job) Their suggestion was to either drop "a total of" completely or rework the sentence to "There are 20 women and children here in total." or leave it alone

                                      modified on Saturday, July 26, 2008 6:45 PM

                                      D Offline
                                      D Offline
                                      Dalek Dave
                                      wrote on last edited by
                                      #23

                                      I presume English is not your first language. (Given the Mangling shown in your example).

                                      Brad Bruce wrote:

                                      The commas indicate that a portion of the sentence can be removed

                                      It does no such thing.

                                      Brad Bruce wrote:

                                      There are, a total of, 20 women and children here.

                                      doesn't make sense nor is it good English. The correct use of are and total would be ... There are twenty women and children in total. However I would also suggest that there is a redundancy, as the fact is stated that there are twenty women and children, then that is the total.

                                      ------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox

                                      L 1 Reply Last reply
                                      0
                                      • A Alan Balkany

                                        I'd guess "total" in this case would also be a subject, but "There are" refers to the main subject, "20 women and children". It appears to be a matter of emphasis.

                                        G Offline
                                        G Offline
                                        ghle
                                        wrote on last edited by
                                        #24

                                        You are wrong.

                                        Gary

                                        1 Reply Last reply
                                        0
                                        • D DaveX86

                                          There are 20 women here. There is a group of 20 women here (1 group).

                                          G Offline
                                          G Offline
                                          ghle
                                          wrote on last edited by
                                          #25

                                          David Lockwood wrote:

                                          There are 20 women here. There is a group of 20 women here (1 group).

                                          Can I come over? ;)

                                          Gary

                                          D 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups