Since we are considering the sequence based on only the language of the person, we can safely assume that all people speaking same language are identical.
Now, for the first chair, we can select either of the 3 languages and can select any one of the persons who speak the selected language.
Then, for the second chair, we have just two choices, as the the selected language cannot be chosen once again, due to the constraint that no two people sitting next to eaach other speak the same language.
For the third chair, the constraint on the language selected for first chair is removed, but the language selected for the second chair is unavailable. So we hav two choices left.
Similarly, there will be two choices for the fourth and the fifth chair.
Thus, the total number of ways in which five people can be put in the chairs with the constraint that no two people sitting next to eaach other speak the same language is 3 * 2 * 2 * 2 * 2 = 48.
10. There are thirty people: ten speak only English, ten speak only Spanish, and ten speak...
A linguistics professor surveys her class to find out which of the following languages are spoken in the homes of her 25 students: English, Spanish, and Cherokee. English is spoken in the homes of all but 1 of the students, and all three languages are spoken in 2 of the homes. Furthermore, 13 students report that Spanish is spoken at home and 5 report that Cherokee is spoken at home. Finally, suppose we know that exactly two languages are spoken...
(1) A linguistics professor surveys her class to find out which of the following languages are spoken in the homes of her 25 students: English, Spanish, and Cherokee. English is spoken in the homes of all but 1 of the students, and all three languages are spoken in 2 of the homes. Furthermore, 13 students report that Spanish is spoken at home and 5 report that Cherokee is spoken at home. Finally, suppose we know that exactly two languages are...
please read this articel and write one page summary atleast 250 words: MLB managers learn Spanish to unite teams and clubhouses: At spring training of 1962, the newly hired manager of the San Francisco Giants, Alvin Dark, gathered several of his side's Latin American players together behind second base. Once there, he gave an order that left them surprised, stunned and outraged. "He told us that we couldn't speak Spanish to each other in the clubhouse", said Orlando Cepeda, who...
1. Assume that there are an arbitrarily large number of copies of ten different discrete math books (which we will call titles) for cmsc250. Each student must choose one title as the course text book. Assume that the five hundred students taking the course are indistiguishable. You may want to wait until after class on Tuesday to do Parts (e) and (f) (a) How many different ways can the students choose titles? (b) How many different ways can the students...
Write a French/English dictionary lookup program. Read a list of pairs of English and French words from a file specified by the user. English/French words should be exact matches (don't try to find partial matches). Use the supplied EnglishFrenchDictionary.java class as your main class. Fill in the missing code in the DictionaryTable.java class to read the input file and perform the searches. Add code to the DictionaryTable read() method to: read pairs of lines (English word is on the first...
Spanish Vocabulary Helper For this assignment, we are going to work with adding and removing data from arrays, linear search, and File I/O. In addition, you will learn to work with parallel arrays This program will assist an English-speaking user to build their vocabulary in Spanish This program will read a file containing a list of words in English and another containing the translation of those words in Spanish. The words and corresponding translations should to be stored in two...
Question 1 (1 point) The Global English Language Job Market is Changing: What This Means for ESL Teachers By Christie Van Tol University of Toronto TEFL Online https://medium.con accelerated/the-global-english-language-job-market-is-changing-what-this-means-for-esi-teachers-92c8d87cf8eb As the fastest-spreading language in human history, over the past several decades, English has come of age as the world's most common language. Today, English is spoken by 1.75 billion people-that's a quarter of the world's population. And this number is only set to grow. By 2020, the British Council forecasts...
english assignment
Chapter 26 A Concise Guide to Mechanics take the self-graded test the below contains one or more errors discussed in the Assessing Your Skills: Mechanics help you focus your study of this chapter, take the Each of the sentences below conta See how much you already know by correcting the senten she answers on page 607. By taking this test, you will be ha knowledge of mechanics and direct you you missed. he sentences and then ched ou...
please write clearly. thanks
Part I. For questions 1-10, use only the sum, product and division rules or a tree diagram to solve the problems. 1. Six different airlines fly from New York to Denver and seven fly from Denver to San Francisco. How many different pairs of airlines can you choose on which to book a grip from New York to San Francisco via Denver? 2. How many bit strings of length ten both begin and end with a...
python
11.8 Multiple committees The eventual goal of this assignment is to compute the total number of ways of forming a collection of committees from an academic department of n professors. The first task is to write a function called committee to compute the number of ways of forming a single committee with members from a collection of n people. This is the same as compușing the number of ways of choosing r people out of n to sit at...