Question

In: Math

In this multi-part exercise, we'll prove another result alluded to in class, namely that if the...

In this multi-part exercise, we'll prove another result alluded to in class, namely that if the Pythagorean theorem holds in a neutral geometry, then the geometry is Euclidean. So, assume the Pythagorean theorem holds. Let ABC be an isosceles right triangle, with right angle at C and sides AC and BC equal. Let CM denote the altitude from C to the hypotenuse AB.

(a) Explain why M is the midpoint of AB.

(b) Prove that CM = AM (which, from part (a), is also equal to MB). Remember, we're assuming the Pythagorean theorem here.

(c) Use the result of part (b), and some angle-chasing, to prove that the sum of the angles of ABC is 180 degrees.

(d) Explain in one sentence why part (c) shows that the geometry is Euclidean.

Solutions

Expert Solution


Related Solutions

7. When a class contains objects of another class, the relationship is called a whole-part relationship...
7. When a class contains objects of another class, the relationship is called a whole-part relationship or composition. The relationship created is also called a has-a relationship. Discuss some of the possible issues with composition, such CIS216 – Programming Principles Object-Oriented Programming as the long statement: output sales.getHighestPaidEmployee().getHireDate().getYear(). 8. Describe the rules that govern the attributes of a parent class that can be accessed by a child class and the reverse 9. Discuss the advantages of using inheritance and why...
As part of a class exercise, an instructor at a major university asks her students how...
As part of a class exercise, an instructor at a major university asks her students how many hours per week they spend on social networks. She wants to investigate whether time spent on social networks differs for male and female students at this university. The results for those age 21 or under were: Males: 5, 7, 9, 10, 12, 12, 12, 13, 13, 15, 15, 20 Females: 5, 7, 7, 8, 10, 10, 11, 12, 12, 14, 14, 14, 16,...
A complex number is a number with two components, namely, the real part (rel) and the...
A complex number is a number with two components, namely, the real part (rel) and the imaginary part (img). For example the complex number (a+bi) has a as the real part and b as the imaginary part. In developing such a class, assume that both of the real and imaginary parts to be floats. The symbol i represent . A declaration for the Complex class is presented next. class Complex { public:    Complex (float r = 0.0, float g=...
In-Class coding exercise: (try - catch) (pass / fail) The purpose of this in-class coding exercise...
In-Class coding exercise: (try - catch) (pass / fail) The purpose of this in-class coding exercise is to simulate various exception conditions using the program provided. package com.InClass; /* * This program demonstrates the ability of catching different types of exceptions" * You will have to modify the method() codes to trigger various/different exceptions. * inClass Coding ( you will have to remove (comment out) the previous error condition before moving to trigger the next) * 1) throw a myExcept...
Exercise 1.13.5: Determine and prove whether an argument in English is valid or invalid. Prove whether...
Exercise 1.13.5: Determine and prove whether an argument in English is valid or invalid. Prove whether each argument is valid or invalid. First find the form of the argument by defining predicates and expressing the hypotheses and the conclusion using the predicates. If the argument is valid, then use the rules of inference to prove that the form is valid. If the argument is invalid, give values for the predicates you defined for a small domain that demonstrate the argument...
a. Prove the Archimedes result that the area of a section of a parabola equals times...
a. Prove the Archimedes result that the area of a section of a parabola equals times the area of the inscribed triangle of the same height. (You may use calculus here.) b. In what sense can one consider Archimedes to be the inventor of calculus? c. Find at least five axioms equivalent to the parallel lines axiom. Give the dates when they were proposed and the person that proposed them.
using Java Implement a class called Binomial_Coefficient o Your class has 2 int attributes, namely K...
using Java Implement a class called Binomial_Coefficient o Your class has 2 int attributes, namely K and n o Create an overloaded constructor to initialize the variables into any positive integers such that n > k > 0o Create a method that calculates the value of binomial coefficient, C(n,k) , using the following rule: ▪ For an array of size (n+1) X (k+1) ▪ Array [n][k] = Array[n-1][ k-1]+ Array[n-1] [k]▪ Array[n][0]= Array[n][n] = 1 ▪ Hence, C(n,k) = array...
The mean of one class is 65 and the mean of another class is 75. Explain...
The mean of one class is 65 and the mean of another class is 75. Explain the steps you would need to take to calculate a combined class average.
Michael Harrington believed that debt accrued as a result of the influence of Multi-National Corporations (MNCs)...
Michael Harrington believed that debt accrued as a result of the influence of Multi-National Corporations (MNCs) has led to much of the developing world’s long-term poverty. True False The most permissive leadership style is usually demonstrated by an authoritarian leader. True False A master status that contributes to social standing in all stratification systems is _____. gender race religion ethnicity What technological advance led to the development of large-scale agriculture that was able to provide for the food needs of...
1. when you create a class by making it inherit from another class, the new class...
1. when you create a class by making it inherit from another class, the new class automatically, contains the data fields and _____ of the original class a. fonts b. methods c. class names d. arrays 2. if a programming language does not support ________, the language is not considered object oriented a. syntax b. applets c. loops d. polymorphism 3. when you create a class and do not provide a ______, java automatically supplies you with a default one...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT