Air Show Show-Off (June 2025 Challenge Question)
I'm assuming Salvatore was in position 6?
Air Show Show-Off (June 2025 Challenge Question)
I'm assuming Salvatore was in position 6?
Last edited by Aussiebear; 06-24-2025 at 03:34 AM.
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
I get Plane 4
But it depends on how your interpet "Three places to the right of me"
I did not count the plane he was in so 3 places to the right of #1 would be #7
Capture.JPG
---------------------------------------------------------------------------------------------------------------------
Paul
Remember: Tell us WHAT you want to do, not HOW you think you want to do it
1. Use [CODE] ....[/CODE ] Tags for readability
[CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
2. Upload an example
Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
3. Mark the thread as [Solved] when you have an answer
Thread Tools (on the top right corner, above the first message)
4. Read the Forum FAQ, especially the part about cross-posting in other forums
http://www.vbaexpress.com/forum/faq...._new_faq_item3
I have now also come up with Plane #4 but my reasoning is slightly different.
Screenshot 2025-06-25 at 04.39.32.jpg
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
I have seen the following answers
and this which I'm yet to work through0x8=0, 1x7=7, 2x6=12, 3x5=15, 4x4=16, 5z3=15, 6x2=12, 7x1=7, 8x0=0
He was 3rd from the left, (2x6) = (5x3) - 3
Which should be right up your alley Paul.....(9-x)(x-1)=(9-(x+3))(x+2)-3
And for those of you who are still thinking about the solution.
![]()
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
Which got me thinking if I used the formula in post#4....
If X = 1 then it compiles to 9 & 12, which would satisfy the desired outcome. However if X were to equal a value between 2 and 9 the results are wildly inaccurate.
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
I have just seen another "answer"
FULL AND PROPER STEP BY STEP ALGEBRA:
L = planes to the left
R = planes to the right
L+R=8
Set it up [algebra is fun]:
[L * R] +3 = [L+3] * [R-3] --> NOW SUB IN "8-L" WHEREVER YOU SEE "R":
L[8-L] + 3 = [L+3] * [8-L-3]
8L - L^2 + 3 = [L+3] * [5 - L]
8L - L^2 + 3 = 5L - L^2 +15 - 3L
8L - L^2 + 3 = 2L - L^2 + 15
8L + 3 = 2L + 15
6L = 12
L = 2
SO WE CONCLUDE THAT IN THE ACTUAL FORMATION HE WAS #3. 2*6=12. HAD HE BEEN #6, THE MATH IS 5*3=15
12+3=15
...which puts me clearly in the sheep class.. Not only do I not follow it, the explanation of the position I believe is wrong, or is it?
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
Plane #4
2025-06-25_003711.jpg
Thank you P45cal.
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link
There are 9 planes in a row. Salvatore flew one of them.
If Salvatore is in position x, then:
- Planes to the left = x
- Planes to the right = 8 - x
So, his current product = $$x \cdot (8 - x)$$
Now, if he were 3 places to the right, he would be in position x + 3:
- Left = x + 3
- Right = 8 - (x + 3) = 5 - x
So that product would be:$$(x + 3)(5 - x)$$
And we’re told:
Original product is 3 less than what it would have been if he were 3 spots to the right.Putting that all together:$$(x)(8 - x) = (x + 3)(5 - x) - 3$$
Left side: $$8x - x^2$$
Right side: $$(x + 3)(5 - x) = 5x + 15 - x^2 - 3x = -x^2 + 2x + 15$$ Then subtract 3: $$-x^2 + 2x + 12$$
Now set the two sides equal:
8x−x2=−x2+2x+128x - x^2 = -x^2 + 2x + 12
We can eliminate −x2-x^2 from both sides:
$$8x = 2x + 12$$ Subtract 2x2x: $$6x = 12$$ So… x = 2
Final Answer:
Salvatore was flying the 3rd plane from the left (since positions start at 0, 1, 2...).
Plane #4 or as some of you would like to describe it "third from the left".
Remember To Do the Following....
Use [Code].... [/Code] tags when posting code to the thread.
Mark your thread as Solved if satisfied by using the Thread Tools options.
If posting the same issue to another forum please show the link