Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

American Degree Transfer Program

Course: Discrete Math


Course Code: MAT 1650
Assignment Number & Title: Assignment 1
Name of Lecturer: Ms. Rachel

Name(s): Student ID Number(s):

Shaun Ting Chan Keat ADTP1901016

I/We declare that this is my/our own original work and any contributions made by others
have been properly acknowledged and/or referenced.

Signed:

Shaun Ting

Date of Submission: 9/4/ 2021


1,2,

3)
4)

5a1)

In the diagram we see a big box filled with small boxes, some colored black. The

diagram you see can be broken down into a few rows of odd numbered boxes. The first row
has an “n” number of boxes (n = 2k+1), which is bent 90 degrees after the k+1 box. The

following row has a lesser number of boxes compared to the first reducing k by 2 (n =

2(k-1)+1 = 2k-1). This is then continued until the number of boxes is only one.

The length and the width of the boxes form a perfect square. The biggest on is k*k in

size. The area of the biggest square is k^2 boxes. Subsequently, the consecutive smaller square

is (k-1)*(k-1) which equates to k^2 - 2k + 1 boxes. The difference between the two perfect

squares are k^2 - (k^2 - 2k + 1) = 2k + 1. If we repeat these steps and find the difference

between them, the boxes will result in another different odd integer. This proves that every odd

integer is the difference between two perfect squares.

5b1)

Statement p: Length of an odd numbered row n (n = 2k+1), the row is bent 90 degrees after

the k+1 box to form a square.

Statement q: The squares are perfect squares.

Statement r: The difference between the two areas of the perfect squares is an odd integer.

Premise: p-> q

Premise: q -> r

Conclusion: p -> r
(p -> q) ^ (p -> r) = p -> (q ^ r)

5a2)

To create the diagram above, we have to first create a box and separate it into 4 equal squares.

The bottom left square will be colored green and also label the width and the length of that

square (which has the width and length of ½, which means it has an area of ¼). The top left

would be colored blue, and the bottom right would be colored red.
Next we repeat the process in the top right square, separating into 4, coloring and labeling

(1/16, 1/64, 1/256). Due to this, we know that there are 3 equal main sections to this square

(green, red, and blue). The big square is divided into 3 colors, thus we can conclude that the

summation of the series 1/(4^k), where k goes from 1 to infinity equates to ⅓.

5a2)

Statement p: Box is divided into four equal squares and top right square is divided into four

equal squares. The summation of the series 1/(4^k), where k goes from 1 to infinity.

Statement q: The box is divided into 3 parts.


Statement r: Sum of the series is ⅓.

Premise: p -> q

Premise: q -> r

Conclusion: p -> r

(p -> q) ^ (p -> r) = p -> (q ^ r)

6)

Computers play a prominent role in our everyday lives. It’s importance in the quest for

proof is undeniable. One way computers are used is proof-by-exhaustion; proving that a

statement is true as long as it holds for a huge finite number of cases (Wolchover, 2013).

Additionally, computers help discover patterns in data, which mathematicians use to formulate

conjectures (Wolchover, 2013). Moreover, algorithms like the Wilf-Zeilberger method can

perform symbolic computations, manipulating variables instead of numbers to produce exact

results without rounding errors. In conclusion, computers are important because they allow us

to solve the unsolvable.

According to Wolchover in 1998, a 400 year-old problem called the Kepler conjecture

was solved by Thomas Hales with the assistance of a computer (2013). The conjecture states

that the densest way to pack spheres is the usual way oranges are stacked in a crate; an

arrangement called face-centered cubic packing (Wolchover, 2013).


Hales solved the puzzle by treating spheres as the vertices of networks and connecting

neighboring vertices with lines (Wolchover, 2013). He reduced the infinite possibilities to a list

of the few thousand densest graphs, setting up a proof-by-exhaustion. According to Wolchover,

Hales said “We then used a method called linear programming to show that none of the

possibilities are a counterexample. (2013)” In other words, none of the graphs was denser than

the one corresponding to oranges in a crate. The proof was approximately 300 written pages

long and contained an estimated 50,000 lines of computer code (Wolchover, 2013).

Unsolvable huge problems can now be solved by programming a computer to check all

of its cases.

References

EurekAlert. (2008). Proof by computer. EurekAlert.

https://www.eurekalert.org/pub_releases/2008-11/ams-pbc110608.php

Wolchover, N. (2013). In computers we trust. Quanta Magazine.

https://www.quantamagazine.org/in-computers-we-trust-20130222/

You might also like