Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.

Posts by Peter Taylor‭

15 posts
75%
+4 −0
Incubator Q&A What could be a believable reason for technologically advanced underground people to not notice the end of surface war for hundreds of years?

I've read one novel with a similar setting where the answer was: a small number in the government know the truth, but they intentionally deceive everyone else in order to retain power. Anyone who w...

posted 2y ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Place an X into seven of the squares

Simple strategy A greedy strategy works. Place X in squares 1, 2. (1, 2) excludes 3. Available: (4, 5, 6, 7, 8, 9, 10, 11, 12, 13). Place X in square 4. (1, 4) excludes 7. (2, 4) excludes 6....

posted 24d ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Rearrange to make 5 fives

My solution ExplanationThis works by using the Roman numeral V for five. There are ten "simple" Vs formed by each half-line and its clockwise neighbour, and I would argue also for ten additional...

posted 29d ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A How much money was in the bag?

Reasoning and solutionThere must be at least 7 1-dollar bills, at least 8 2-dollar bills, and at least 11 5-dollar bills. That constrains 26 of the 26 bills, so the total is 7 + 16 + 55 = 78 dollar...

posted 1mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Draw the boundaries of the eight dominoes

+---+---+---+---+ | | | 0 0 1 3 | + + | | | 1 1 0 3 | + + | | | 2 3 3 2 | + + | ...

posted 1mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Find the shortest possible string containing all permutations of 1, 2, 3

Proposed solution123121321 for 9 symbols. Reasoning The first three symbols should be a permutation because otherwise we can trim the first symbol without losing any permutation. Without loss of ...

posted 1mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Using the given numbers, make an expression whose value is 639

A solution using fewer than 6 of the numbers $$\left(75 + \frac{50}{25}\right)\times 7 + 100 = 639$$

posted 1mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Starting with 2014 "+" signs and 2015 "−" signs, you delete signs until one remains. What’s left?

Solution- Reasoning Two of the same sign collapse to +; two different signs collapse to -. This is isomorphic to the multiplication rules, so the entire question is isomorphic to: A large whit...

posted 2mo ago by Peter Taylor‭  ·  edited 2mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Fill the 4x4 grid with numbers to make eight arithmetic progressions

Solution 27 34 41 48 19 31 43 55 11 28 45 62 3 25 47 69 Reasoning Filling in the first column as an arithmetic progression and then the rows as arithmetic progressions we get...

posted 2mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A Find three distinct integers such that all pairwise sums are powers of 2.

If we supposeA+B=2, A+C=4, B+C=8 thenGaussian elimination gives A=-1, B=3, C=5. The only restriction(other than the obvious observation that the sums must also be distinct) is that the sums must a...

posted 3mo ago by Peter Taylor‭  ·  edited 3mo ago by Peter Taylor‭

Answer
71%
+3 −0
Incubator Q&A What happens to TLS name constraints when the client does not support them?

If both the CA and the client software follow the RFC, the client software will refuse the cert. Section 4.2 (Certificate Extensions) of the RFC you link states ... Each extension in a certific...

posted 2y ago by Peter Taylor‭

Answer
66%
+2 −0
Incubator Q&A Closed loop on an octahedron

Solution Process An easy observation is that every triangle has an edge which the line does not pass through, so we're really tiling with four diamonds: I placed the red diamond arbitraril...

posted 2d ago by Peter Taylor‭

Answer
66%
+2 −0
Incubator Q&A Closed loop on a side length 2 cube

Solution Process I start with a fairly symmetric placement which doesn't meet the constraints and make simple modifications until it does. We have two "single" and two "double" tiles per sid...

posted 3d ago by Peter Taylor‭

Answer
66%
+2 −0
Incubator Q&A What is the maximum number of Amazons that can be placed on a 5x5 chessboard so that no piece attacks another?

Answer4 amazons. Achieving the claimed result .A... ....A ..... A.... ...A. The claimed result is optimal If we have five amazons then every rank and file must have one. Consider the c...

posted 2mo ago by Peter Taylor‭  ·  edited 2mo ago by trichoplax‭

Answer
42%
+1 −2
Incubator Q&A Delta and Epsilon play a game with marbles

Solution Yes, by Sprague-Grundy. The same comment as I made on the related question applies. Answer to what I suppose to be the intended question $146$ is an N-position (the next player to mov...

posted 4mo ago by Peter Taylor‭  ·  edited 4mo ago by Peter Taylor‭

Answer