
Excursions in Modern Mathematics (9th Edition)
9th Edition
ISBN: 9780134468372
Author: Peter Tannenbaum
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 1, Problem 17E
Table 1-25 (see Exercise 3) shows the preference schedule for an election with five candidates (A, B, C., D. and F). In this election ties are not allowed to stand, and the following tie-breaking rule is used: Whenever there is a tie between candidates, the tie is broken in favor of the candidate with the fewer last-place votes. Use the plurality method to
a. find the winner of the election.
b find the complete ranking of the candidates.
Table1-25
Number of voters | 5 | 5 | 3 | 3 | 3 | 2 |
1st | A | C | A | B | D | D |
2nd | B | E | D | E | C | C |
3rd | C | D | B | A | B | B |
4th | D | A | C | C | E | A |
5th | E | B | E | D | A | E |
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
3. (i) Below is the R code for performing a X2 test on a 2×3 matrix of categorical
variables called TestMatrix:
chisq.test(Test Matrix)
(a) Assuming we have a significant result for this procedure, provide the R
code (including any required packages) for an appropriate post hoc test.
(b) If we were to apply this technique to a 2 × 2 case, how would we adapt
the code in order to perform the correct test?
(ii) What procedure can we use if we want to test for association when we
have ordinal variables? What code do we use in R to do this? What package
does this command belong to?
(iii) The following code contains the initial steps for a scenario where we are
looking to investigate the relationship between age and whether someone owns
a car by using frequencies. There are two issues with the code - please state
these.
Row3<-c(75,15)
Row4<-c(50,-10)
MortgageMatrix<-matrix(c(Row1, Row4), byrow=T, nrow=2,
MortgageMatrix
dimnames=list(c("Yes", "No"), c("40 or older","<40")))…
Describe the situation in which Fisher’s exact test would be used?(ii) When do we use Yates’ continuity correction (with respect to contingencytables)?[2 Marks] 2. Investigate, checking the relevant assumptions, whether there is an associationbetween age group and home ownership based on the sample dataset for atown below:Home Owner: Yes NoUnder 40 39 12140 and over 181 59Calculate and evaluate the effect size.
solve these please
Chapter 1 Solutions
Excursions in Modern Mathematics (9th Edition)
Ch. 1 - Figure 1-8 shows the preference ballots for an...Ch. 1 - Figure 1-9 shows the preference ballots for an...Ch. 1 - An election is held to choose the Chair of the...Ch. 1 - The student body at Eureka High School is having...Ch. 1 - An election is held using the printed-names format...Ch. 1 - Prob. 6ECh. 1 - Prob. 7ECh. 1 - Table 1-30 shows a conventional preference...Ch. 1 - The Demublican Party is holding its annual...Ch. 1 - The Epicurean Society is holding its annual...
Ch. 1 - Table 1-31 shows the preference schedule for an...Ch. 1 - Table 1-32 shows the preference schedule for an...Ch. 1 - Table 1-33 shows the preference schedule for an...Ch. 1 - Table 1-34 shows the preference schedule for an...Ch. 1 - Table 1-35 shows the preference schedule for an...Ch. 1 - Table1-36 shows the preference schedule for an...Ch. 1 - Table 1-25 see Exercise 3 shows the preference...Ch. 1 - Table 1-26 see Exercise 4 shows the preference...Ch. 1 - Table 1-25 see Exercise 3 shows the preference...Ch. 1 - Table 1-26 see Exercise 4 shows the preference...Ch. 1 - Table 1-31see Exercise 11 shows the preference...Ch. 1 - Table 1-32 see Exercise 12 shows the preference...Ch. 1 - Table 1-33 see Exercise 13 shows the preference...Ch. 1 - Table 1-34 Number of voters 6 6 5 4 3 3 1st A B B...Ch. 1 - Table 1-35 Percent of voters 24 23 19 14 11 9 1st...Ch. 1 - Table 1-36 Percent of voters 25 21 15 12 10 9 8...Ch. 1 - The Heisman Award. Table 1-37 shows the results...Ch. 1 - The 2014 AL Cy Young Award. Table 1-38 shows the...Ch. 1 - An election was held using the conventional Borda...Ch. 1 - Imagine that in the voting for the American League...Ch. 1 - Table 1-31 see Exercise 11 shows the preference...Ch. 1 - Table 1-32 see Exercise 12 shows the preference...Ch. 1 - Table1-33 Number of voters 6 5 4 2 2 2 2 1st C A B...Ch. 1 - Table 1-34 See Exercise 14 shows the preference...Ch. 1 - Table1-39_ shows the preference schedule for an...Ch. 1 - Table1-40_ shows the preference schedule for an...Ch. 1 - Table 1-35 see Exercise 15 shows the preference...Ch. 1 - Table 1-36 see Exercise 16 shows the preference...Ch. 1 - Top-Two Instant-Runoff Voting. Exercises 39 and 40...Ch. 1 - Top-Two Instant-Runoff Voting. Exercises 39 and 40...Ch. 1 - Table 1-31 see Exercise 11 shows the preference...Ch. 1 - Table 1-32 See Exercise 12 shows the preference...Ch. 1 - Table 1-33 see Exercise 13 shows the preference...Ch. 1 - Table 1-34 see Exercise 14 shows the preference...Ch. 1 - Table 1-35 see Exercise 15 shows the preference...Ch. 1 - Table 1-36 see Exercise 16 shows the preference...Ch. 1 - Table 1-39 see Exercise 35 shows the preference...Ch. 1 - Table1-40 see Exercise36 shows the preference...Ch. 1 - An election with five candidates A, B. C, D, and E...Ch. 1 - An election with six candidates A, B, C, D, E, and...Ch. 1 - Use Table 1-41 to illustrate why the Borda count...Ch. 1 - Use Table 1-32 to illustrate why the...Ch. 1 - Use Table 1-42 to illustrate why the plurality...Ch. 1 - Use the Math Club election Example 1.10 to...Ch. 1 - Use Table 1-43 to illustrate why the...Ch. 1 - Explain why the method of pair wise comparisons...Ch. 1 - Prob. 57ECh. 1 - Explain why the plurality method satisfies the...Ch. 1 - Explain why the Borda count method satisfies the...Ch. 1 - Explain why the method of pairwise comparisons...Ch. 1 - Two-candidate elections. Explain why when there...Ch. 1 - Alternative version of the Borda count. The...Ch. 1 - Reverse Borda count. Another commonly used...Ch. 1 - The average ranking. The average ranking of a...Ch. 1 - The 2006 Associated Press college football poll....Ch. 1 - The Pareto criterion. The following fairness...Ch. 1 - The 2003-2004 NBA Rookie of the Year vote. Each...Ch. 1 - Top-two IRV is a variation of the...Ch. 1 - The Coombs method. This method is just like the...Ch. 1 - Bucklin voting. This method was used in the early...Ch. 1 - The 2016 NBA MVP vote. The National Basketball...Ch. 1 - The Condorcet loser criterion. If there is a...Ch. 1 - Consider the following fairness criterion: If a...Ch. 1 - Suppose that the following was proposed as a...Ch. 1 - Consider a modified Borda count where a...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.Similar questions
- A factorization A = PDP 1 is not unique. For A= 7 2 -4 1 1 1 5 0 2 1 one factorization is P = D= and P-1 30 = Use this information with D₁ = to find a matrix P₁ such that - -1 -2 0 3 1 - - 1 05 A-P,D,P P1 (Type an integer or simplified fraction for each matrix element.)arrow_forwardMatrix A is factored in the form PDP 1. Use the Diagonalization Theorem to find the eigenvalues of A and a basis for each eigenspace. 30 -1 - 1 0 -1 400 0 0 1 A= 3 4 3 0 1 3 040 3 1 3 0 0 4 1 0 0 003 -1 0 -1 Select the correct choice below and fill in the answer boxes to complete your choice. (Use a comma to separate vectors as needed.) A basis for the corresponding eigenspace is { A. There is one distinct eigenvalue, λ = B. In ascending order, the two distinct eigenvalues are λ₁ ... = and 2 = Bases for the corresponding eigenspaces are { and ( ), respectively. C. In ascending order, the three distinct eigenvalues are λ₁ = = 12/2 = and 3 = Bases for the corresponding eigenspaces are {}, }, and { respectively.arrow_forwardN Page 0.6. 0.4. 0.2- -0.2- -0.4- -6.6 -5 W 10arrow_forward
- Diagonalize the following matrix, if possible. 8 0 6 - 8 Select the correct choice below and, if necessary, fill in the answer box to complete your choice. 8 0 OA. For P= D= 0 3 6 0 B. For P = D= 0 -6 8 0 C. For P = D= 0 - 8 D. The matrix cannot be diagonalized.arrow_forwardCalculus lll May I please have the solutions for the following exercises? Thank youarrow_forwardCalculus lll May I please have the solution for the following question? Thank youarrow_forward
- No chatgpt pls will upvotearrow_forwardnot use ai pleasearrow_forward4 In the integral dxf1dy (7)², make the change of variables x = ½(r− s), y = ½(r + s), and evaluate the integral. Hint: Find the limits on r and s by sketching the area of integration in the (x, y) plane along with the r and s axes, and then show that the same area can be covered by s from 0 to r and r from 0 to 1.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Discrete Mathematics and Its Applications ( 8th I...MathISBN:9781259676512Author:Kenneth H RosenPublisher:McGraw-Hill EducationMathematics for Elementary Teachers with Activiti...MathISBN:9780134392790Author:Beckmann, SybillaPublisher:PEARSON
- Thinking Mathematically (7th Edition)MathISBN:9780134683713Author:Robert F. BlitzerPublisher:PEARSONDiscrete Mathematics With ApplicationsMathISBN:9781337694193Author:EPP, Susanna S.Publisher:Cengage Learning,Pathways To Math Literacy (looseleaf)MathISBN:9781259985607Author:David Sobecki Professor, Brian A. MercerPublisher:McGraw-Hill Education

Discrete Mathematics and Its Applications ( 8th I...
Math
ISBN:9781259676512
Author:Kenneth H Rosen
Publisher:McGraw-Hill Education

Mathematics for Elementary Teachers with Activiti...
Math
ISBN:9780134392790
Author:Beckmann, Sybilla
Publisher:PEARSON


Thinking Mathematically (7th Edition)
Math
ISBN:9780134683713
Author:Robert F. Blitzer
Publisher:PEARSON

Discrete Mathematics With Applications
Math
ISBN:9781337694193
Author:EPP, Susanna S.
Publisher:Cengage Learning,

Pathways To Math Literacy (looseleaf)
Math
ISBN:9781259985607
Author:David Sobecki Professor, Brian A. Mercer
Publisher:McGraw-Hill Education
Finite Math: Markov Chain Example - The Gambler's Ruin; Author: Brandon Foltz;https://www.youtube.com/watch?v=afIhgiHVnj0;License: Standard YouTube License, CC-BY
Introduction: MARKOV PROCESS And MARKOV CHAINS // Short Lecture // Linear Algebra; Author: AfterMath;https://www.youtube.com/watch?v=qK-PUTuUSpw;License: Standard Youtube License
Stochastic process and Markov Chain Model | Transition Probability Matrix (TPM); Author: Dr. Harish Garg;https://www.youtube.com/watch?v=sb4jo4P4ZLI;License: Standard YouTube License, CC-BY