1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Juli2301 [7.4K]
3 years ago
8

What is 2 + 2? Its kinda important. for a very important school project.

Mathematics
2 answers:
Agata [3.3K]3 years ago
5 0

I do not know how to solve this incredibly difficult question. The complexity rivals those of the millennial problems. Instead, I’ll let reddit user u/sellopou speak his words.

Take a computational approach to the problem. Specifically, consider the encoding of natural numbers in the simply-typed lambda calculus called Church numerals. In this encoding, the number 2 is represented by a function that looks like this:

2 ≡ λf.λx.f (f x)  

In other words, the number two is a function that takes a function and some value (let's assume that we're comfortable with currying here), and applies the function twice to the value. In general, a number n is represented by a function that takes a function and some value and applies f to the value n times.

Using the Church encoding, you can define operations on the numbers as well. In this case, you're interested in plus, which takes two numbers and returns a number

plus ≡ λm.λn.λf.λx.???  

So what's in the body? Well, the body has to be n + m applications of f to the value x. If we pass f and x to n, we get n applications–call that r, and if we apply m to f and r, that'll be m + n applications of f:

plus ≡ λm.λn.λf.λx.m f (n f x)  

So the expression 2 + 2 using this encoding is:

plus 2 2 ≡ (λm.λn.λf.λx.m f (n f x)) (λf.λx.f (f x)) (λf.λx.f (f x))  

Now β-reduce until you get the result:

plus 2 2 ≡ (λm.λn.λf.λx.m f (n f x)) (λf.λx.f (f x)) (λf.λx.f (f x))  

        ↦ (λn.λf.λx.(λf.λx.f (f x)) f (n f x)) (λf.λx.f (f x))  

        ↦ (λf.λx.(λf.λx.f (f x)) f ((λf.λx.f (f x)) f x))  

        ↦ (λf.λx.(λx.f (f x)) ((λf.λx.f (f x)) f x))  

        ↦ (λf.λx.(λx.f (f x)) ((λx.f (f x)) x))  

        ↦ (λf.λx.(λx.f (f x)) (f (f x)))  

        ↦ (λf.λx.f (f (f (f x))))  

        ≡ 4.  

But now, let's bust out of this theoretical prison and say we have a number 0 in some representation that we can actually work with, as well as a function add1 that knows how to increment a number in that representation. Well, then we can get a useable representation out of our church numeral, by applying to the numeral to add1 and the value:

4 add1 0 = 4  

vladimir1956 [14]3 years ago
4 0
I mean you could know this but 2+2 is 4 you add two and two and get four.
You might be interested in
Stats. can someone help?
artcher [175]

Answer:

you should try picto math it very helpful!

Step-by-step explanation:

5 0
3 years ago
I need help with this ​
yawa3891 [41]

Answer:

C

Step-by-step explanation:

In the graph given, we can expect the x axis to be horizontal and the y axis to be vertical. This means that the arm span represents y and the height represents x.

Therefore, if a girl on her team is 63 inches tall, we can say that y=x+2, and since height is x, y = 63 + 2 = 65

6 0
3 years ago
a parallelogram has one angle that measures 40. what are the measures of the other three angles in the parallelogram?
KonstantinChe [14]
Since one side is 40°, you subtract that from 180.

180° - 40°= 140°.

So therefore your missing side lengths are 140, 40, and 140.

hopefully this helps





6 0
3 years ago
Read 2 more answers
SOMEONE HELP ME WITH THIS ONE PLZ!
kolezko [41]
To construct a circle that circumscribes to a triangle, you would have to construct a circle that where all vertices of the triangle are on the circle. To do this you would have to construct the perpendicular bisectors of each side with your compass and straight edge. Comment on this answer if you are unsure of how to construct a perpendicular bisect (it's a long fundamental process to describe, and I wouldn't want to lecture you one something you already know). Once you have done so, set your compass point on the point where all perpendicular bisectors intersect (they should intersect in ONE point, if not you will have to redo it). Set your other compass lead on one of the vertices and spin away! If you have done this correctly, you should hit all three vertices when spinning your compass. Hope this helps!

Fun fact: the point where all perpendicular bisectors intersect is called the circumcenter
3 0
3 years ago
Can someone plz help me with this​
Rom4ik [11]

Answer:

I'll help out a bit:

Step-by-step explanation:

So ANY number in a square root is irrational(Non-terminating and no pattern)

Pi is also irrational

But ANY number that can be expressed as a fraction is rational(Also Whole numbers, natural numbers, etc.)

Hope this helps!

7 0
3 years ago
Other questions:
  • Mr Taylor brought back 230 Great British Pounds to Australia. The exchange rate was $1.69 to £1. How much did he get in $ AUD?
    13·2 answers
  • Can you help me solve this
    15·1 answer
  • What is 7|t| – 4|m|, if t = –4 and m = –1? A. 32 B. 24 C. –24 D. –32
    13·1 answer
  • I did this and turned it in, I got a C on it, could you tell me what to fix so I can get an A?
    13·1 answer
  • What's the perimeter of rectangle DEFG, shown? A) 17 B) 28 C) 40 D) 34
    11·2 answers
  • What’s the correct answer for question?
    9·1 answer
  • Can yu write a linear equation for this
    7·2 answers
  • 3+6−4⋅7−0(6)+1 solve
    6·1 answer
  • Find the surface area of the rectangular prism (above) using its net (below).
    10·1 answer
  • During a recent year, charitable contributions in the United States totaled $371 billion. The graph below shows to whom this mon
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!