Determine the value of N

$\begingroup$

I'm a complete n00b at math, but I'm wondering how one would go about determining the value of n in the following comparison.

n * 1.5 + 12.5 = 12.5 / 2 + n

I'm new to the math StackExchange, so I'm also not sure how to properly format this question. Feel free to edit.

$1.5n+12.5=\displaystyle \frac{12.5}{2}+n$


Explanation

I don't think I formulated my mathematical equation properly because I know that the value I'm looking for is obviously a positive integer.

I'm trying to figure out what size the squares must be, so that the center most square in each row is centered above or below the gap between the two squares in the other row.

  1. All the squares must be the same size.
  2. All of the gaps are 12.5 pixels.

The squares in the image below are obviously not big enough as of right now.

enter image description here

$\endgroup$ 7

2 Answers

$\begingroup$

Let the length of a gap be $g$ and the distance between the white lines be $l$. The distance of the left edge of the left square of the top row (in the image) from the white line on the left is$$n+\frac g2-\frac n2=\frac{n+g}2$$Adding to this the length of the $k$ squares in the top row and the $(k-1)$ gaps between them,$$\frac{n+g}2+kn+(k-1)g=l\\\implies\left(k+\frac12\right)n+\left(k-\frac12\right)g=l\\\therefore n=\frac{l-\left(k-\frac12\right)g}{k+\frac12}$$For finding $n$, just substitute the value of $k$.

$\endgroup$ 12 $\begingroup$

So let's call the distance between the white lines $d$ and the gap length $g$.

The bottom gap is centered at $x=n+0.5g$.

And the center of the top-"center" square is positioned at $x=d-n-g-0.5n$.

Now, as you said, we want the gaps and the centered to be aligned.

We have an equation then.

We have $n+0.5g=d-n-g-0.5n$

Basically, we have that $\boxed{n=0.4d-0.6g}$, where $d$ is the distance between the two white lines and g is the gap length..

If $n$ happens to be a decimal, just round to the nearest pixel.

$\endgroup$ 13

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like