The name of the Ukrainian nuclear power plant that was the site of a nuclear disaster in April 1986.
Chernobyl
Spell this person's name. Spelling Bee Style
Devangi Parikh
The Capital of Canada.
Ottawa
The fullname of UT's current Presdient.
Jay Hartzell
Ethan Matthew Hunt is the action protagonist of this famous movie series.
Mission Impossible
Six
The universtiy where Micheal Scott received his undergrad. (Extra Pts for Major)
Standford University. Industrial Engineering
The large mountain range that runs along the western side of South America.
The number of Turing Award Winners that have been at UT.
2 (Dijkstra and Emerson)
Ethan Hawke's daughter plays this character in the hit Netflix series "Stranger Things".
Robin Buckley
Modern-day Istanbul used to be called what when it was the capital of the Byzantine Empire.
Constantinople
The reason why CS is in the College of Natural Science at UT.
It originated from the Math Department.
The marine gateway between Russia and Alaska.
Bering Strait
UT's Birthday. (Extra 100 points for UT's age/establish year.)
September 15th - 1883, 139 years old
As of 9/16, the amount of followers @ethanzhang15 has on instagram. (margin of error - 50)
475 Followers
The African nation that was never colonized.
Ethiopia
Let P (x) be the statement “x spends more than five hours a week in class,” where the domain for x consists of all students in this class C.
Express each of these quantifications in English.
1. (∃x | x ∈C : P (x))
2. (∀x | x ∈C : P (x))
3. (∃x | x ∈C : ¬P (x))
4. (∀x | x ∈C : ¬P (x))
1. There is some student that spends more than five hours a week in class.
2. All students spend more than five hours a week in class.
3. There is some student that does not spend more than five hours a week in class.
4. All students do not spend five hours a week in class.
The 14 Countries that border China. (I only need 7)
Afghanistan, Bhutan, India, Kazakhstan, North Korea, Kyrgyzstan, Laos, Mongolia, Myanmar (Burma), Nepal, Pakistan, Russia, Tajikistan, and Vietnam.
The amount of Olympic Medals UT's students and alumnis have won. (margin of error - 25)
155 medals
As of 9/16, Ethan Benson has this many LinkedIn Connections. (margin of error - 10)
45
The first computer programmer.
Ada Lovelace
Utilize equivalence-style proofs to solve the following problem. (I would like the steps y'all used to get there).
(p →q) ∨(q →r)
(p →q) ∨(q →r)
< Implication >
≡ (¬p ∨q) ∨(¬q ∨r)
< Associativity >
≡ ¬p ∨(q ∨¬q) ∨r
< Negation laws >
≡ ¬p ∨T ∨r
< Domination laws × 2 >
≡ T
The 10 countries that contain the Sahara Desert. (I only need 5)
Algeria, Chad, Egypt, Libya, Mali, Mauritania, Morocco, Niger, Sudan and Tunisia
UT owns one of the only 21 remaining completed copies of this book.
Gutenburg Bible. (Fun Fact - UT Purchased it in 1978 for $2.4 million)
Convert "Ethan" to each letter's ASCII value, add the numbers together, and then convert to hex.
69 + 116 + 104 + 97 + 110 = 469 -> 1F0