I was doing a puzzle when this question popped into my head: Assuming a puzzle had an equal amount of pieces in each row, and an equal amount of pieces in each column, what would be the least amount of pieces the puzzle can have if the ratio of edge pieces to middle pieces is 1:5. I already attempted to solve this problem but it was impossible for me to get a number. The best I was able to do was get the number closest to the answer. It won’t be a whole number and I’m not sure if it is even possible to get the number. My equation was “2x + 2y - 4 + 5(2x + 2y - 4) = xy” I’m not sure if this is the correct equation although I think it is. If it’s not, can someone tell me the correct one, and if it is, can someone attempt to solve it for me.
2026-04-01 15:50:27.1775058627
Jigsaw puzzle ratio question.
83 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PUZZLE
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Number of divisors 888,888.
- Who has built the house of Mason?
- Is there any tri-angle ?
- In what position , the dogs will reside?
- Number of ways to go from A to I
- Who is the truth teller (logic puzzle)
- How many solutions are there if you draw 14 Crosses in a 6x6 Grid?
- Symmetric latin square diagonal elements
Related Questions in RATIO
- JMO geometry Problem.
- ratio word problem
- Calculating Percentage Error in the Ratio when there is an Error in Numerator or Denominator or both ?
- How do i show bellow that :$\frac{u_{n+1}}{u_n}>1$ without looking to $ u_{n+1}-u_n$?
- How do I determine how much does a variable "vary" by looking at other variables it depends on?
- New Golden Ratio (phi) Sequences
- Finding the ration between 3 numbers if we know the sum (and we also know that the 1st > 2nd and 2nd > 3rd)?
- Equality of Ratio of Gamma Functions
- Decomposing change in a ratio
- Getting the compression ratio
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your equation looks correct to me, notice that it can be further rewritten $12(x+y-2) = xy$. You want to minimize the number $xy$ of pieces, which amounts to minimizing $x+y$.
Let's say we want to simplify our equation : $$xy - 12x - 12y + 24 = 0$$ by removing the linear terms. We can do this by letting $u = x - 12$ and $v = y - 12$. Now compute : $$uv = (x-12)(y-12) = xy - 12x - 12y + 144$$ hence $(x, y)$ is a valid solution if, and only if, $uv = 120$. Notice that we want integer solutions, and $x$ and $y$ are integers exactly when $u$ and $v$ are.
Now the solutions to $uv = 120$ are well-known, since we know how to factor : $$120 = 2^3 \cdot 3 \cdot 5.$$ We get $(3+1) \times (1+1) \times (1+1) = 16$ possible $(u, v)$ solutions, each of which yield a valid $(x, y)$ puzzle. Removing redundancies ($u$ and $v$ play symmetrical roles), we get eight :
$$\begin{aligned}u && v && x && y && xy\\ 1 && 120 && 13 && 132 && 1716\\ 2 && 60 && 14 && 72 && 1008\\ 3 && 40 && 15 && 52 && 780\\ 4 && 30 && 16 && 42 && 672\\ 5 && 24 && 17 && 36 && 612\\ 6 && 20 && 18 && 32 && 576\\ 8 && 15 && 20 && 27 && 540\\ 10 && 12 && 22 && 24 && 528\end{aligned}$$
We can list them, and notice that the minimal $u+v$ (equivalently, the minimal $x+y$, and equivalently the minimal number $xy$ of pieces of the puzzle) is at $\{x, y\} = \{22, 24\}$. Your minimal puzzle has $528$ pieces, $88$ of which are on the edge and $440$ of which are interior.