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 Offline
    A Offline
    Al Beback
    wrote on last edited by
    #1

    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");

    E A P D D 10 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");

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

      Is refers to the singular and are refers to the plural. There is a group of 20 women and children here or There are 20 women and children here

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

      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");

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

        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 1 Reply Last reply
        0
        • E Ennis Ray Lynch Jr

          Is refers to the singular and are refers to the plural. There is a group of 20 women and children here or There are 20 women and children here

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

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

          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 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
            PIEBALDconsult
            wrote on last edited by
            #5

            Ennis is correct. However, Strunk would likely tell you to omit the "a total of" part altogether.

            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
              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
                                          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