Question

According to the Journal of Irreproducible Results, any obtuse angle is a right angle

According to the Journal of Irreproducible Results, any obtuse angle is a right angle! Here is
their argument.
Given the obtuse angle x, we make a quadrilateral ABCD with  DAB = x, and  ABC =
90◦, andAD = BC. Say the perpendicular bisector toDC meets the perpendicular bisector to
AB at P. ThenPA = PB andPC = PD. So the trianglesPADandPBC have equal sides
and are congruent. Thus  PAD =  PBC. But PAB is isosceles, hence  PAB =  PBA.
Subtracting, gives x =  PAD−  PAB =  PBC −  PBA = 90◦. This is a preposterous
conclusion – just where is the mistake in the “proof” and why does the argument break down
there?
5. Consider a rectangular array of dots with an even number of rows and an even number of
columns. Color the dots, each one red or blue, in such a way so that in each row half the
dots are red and half are blue, and also in each column half are red and half are blue. Now,
whenever two points of the same color are adjacent (in a row or column), join them by an edge
of that color. Show that the number of red edges is the same as the number of blue edges.
6. The squares of an infinite chessboard are numbered as follows: in the first row and first column
we put 0, and then in every other square we put the smallest non-negative integer that does not
appear anywhere below it in the same column or anywhere to the left of it in the same row.
What number will appear in the 1000th row and 700th column? Can you generalize?
7. Let’s agree to say that a positive integer is prime-like if it is not divisible by 2, 3, or 5. How
many prime-like positive integers are there less than 100? less than 1000? A positive integer
is very prime-like if it is not divisible by any prime less than 15. How many very primelike
positive integers are there less than 90000? Without giving an exact answer, can you
say approximately how many very prime-like positive integers are less than 1010? less than
10100? Explain your reasoning as carefully as you can.
8. Find a positive integer m such that
1
2m is a perfect square and
1
3m is a perfect cube. Can you
find a positive integer n for which
1
2n is a perfect square,
1
3n is a perfect cube and
1
5n is a
perfect fifth
0 0
Add a comment Improve this question Transcribed image text
Answer #1
Now now..... no using outside sources!! If you continue to do this, we will track your IP address to find out who you are and disqualify you...
answered by: Aliyah
Add a comment
Answer #2
Find a polynomial with integer coefficients for which √ √ is a root. That is find such that for some non-negative integer , and integers
and(√ √) .
answered by: kayle
Add a comment
Know the answer?
Add Answer to:
According to the Journal of Irreproducible Results, any obtuse angle is a right angle
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Make a program using Java that asks the user to input an integer "size". That integer...

    Make a program using Java that asks the user to input an integer "size". That integer makes and prints out an evenly spaced, size by size 2D array (ex: 7 should make an index of 0-6 for col and rows). The array must be filled with random positive integers less than 100. Then, using recursion, find a "peak" and print out its number and location. (A peak is basically a number that is bigger than all of its "neighbors" (above,...

  • C LANGUAGE!!! The program uses both files and two dimensional arrays. The Problem Statement Business is...

    C LANGUAGE!!! The program uses both files and two dimensional arrays. The Problem Statement Business is going well for your friend, who is selling discounts to area clubs and restaurants, which means that business is going well for you! Both of you have decided that you'll advertise on memory mall, which is roughly arranged as a rectangle. There's not enough time before a football game to hand flyers to everyone arranged on the mall. Therefore, you will only be able...

  • use MATLAB to upload the following: an image that you want to process (can be taken...

    use MATLAB to upload the following: an image that you want to process (can be taken yourself or downloaded from the internet) a script that processes the image in TWO ways. manipulates the colors averages pixels together Please make sure the script displays the images (like how I did with the 40 and 80 pixel averaging) so I can easily compare them to the original. Make sure to COMMENT your code as well. Homework 13 Please upload the following: an...

  • Python Project

    AssignmentBitmap files map three 8-bit (1-byte) color channels per pixel. A pixel is a light-emitting "dot" on your screen. Whenever you buy a new monitor, you will see the pixel configuration by its width and height, such as 1920 x 1080 (1080p) or 3840x2160 (4K). This tells us that we have 1080 rows (height), and each row has 1920 (width) pixels.The bitmap file format is fairly straight forward where we tell the file what our width and height are. When...

  • CMPS 12B Introduction to Data Structures Programming Assignment 2 In this project, you will write...

    can i get some help with this program CMPS 12B Introduction to Data Structures Programming Assignment 2 In this project, you will write a Java program that uses recursion to find all solutions to the n-Queens problem, for 1 Sns 15. (Students who took CMPS 12A from me worked on an iterative, non-recursive approach to this same problem. You can see it at https://classes.soe.ucsc.edu/cmps012a/Spring l8/pa5.pdf.) Begin by reading the Wikipcdia article on the Eight Queens puzzle at: http://en.wikipedia.org/wiki/Eight queens_puzzle In...

  • Python Program Eratosthenes of Cyrene lived approximately 275-195 BC. He was the first to accurately estimate...

    Python Program Eratosthenes of Cyrene lived approximately 275-195 BC. He was the first to accurately estimate the diameter of the earth. For several decades he served as the director and chief librarian of the famous library in Alexandria. He was highly regarded in the ancient world, but unfortunately only fragments of his writing have survived. The algorithm described for this assignment is known as the Sieve of Eratosthenes. The algorithm is designed to find all prime numbers within a given...

  • Notes for lab dc02-Resistors and the Color Code will skip are Part 2 e, g: Part 4; Exercises 2, 4,5,6 an...

    Notes for lab dc02-Resistors and the Color Code will skip are Part 2 e, g: Part 4; Exercises 2, 4,5,6 and 3. It is important to answer the exercises correctly in each labl you should include the appropriate prefix for the unit in the Numerical Value We will not be Volt using the Volt-Ohm meter (VOM) for this lab, so skip the parts that ask for VOM measurements. The parts we You do need to complete Exercises1 Note that in...

  • from PIL import Image import random # NOTE: Feel free to add in any constant values...

    from PIL import Image import random # NOTE: Feel free to add in any constant values you find useful to use BLACK = (0, 0, 0) WHITE = (255, 255, 255) # NOTE: Feel free to add in any helper functions to organize your code but # do NOT rename any existing functions (or else, autograder # won't be able to find them!!) # NOTE: The following function is already completed for you as an example # You can use...

  • K-means clustering K-means clustering is a very well-known method of clustering unlabeled data. The simplicity of...

    K-means clustering K-means clustering is a very well-known method of clustering unlabeled data. The simplicity of the process made it popular to data analysts. The task is to form clusters of similar data objects (points, properties etc.). When the dataset given is unlabeled, we try to make some conclusion about the data by forming clusters. Now, the number of clusters can be pre-determined and number of points can have any range. The main idea behind the process is finding nearest...

  • Based on Mintzberg, what type of managerial roles do the following people engage? Please justify your...

    Based on Mintzberg, what type of managerial roles do the following people engage? Please justify your answer with examples from the text. • Dale Moser • Moser's Scottish boss Federal transportation officials • Joseph Schwieterman, director of the Chaddick Institute for Metropolitain Development • Brian Izzo, one of Schwieterman's students After the Des Moines bus departs, a dispatcher shouts that Indianapolis-bound travelers can sit on the warming bus." He points to a white coach iding 50 feet up the street....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT