This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
15 card problem
Author Summary
JohnDoen86 is age 15
Post Body

Let's say you have 15 cards, numbered 1 to 15. You have to sort these cards in an order, such that you'll get the highest score possible.

The score is calculated by going through the cards. It starts as the value of the first card. For each following card:

  • If the value of the card is higher than the one before, the score is multiplied by the difference of the two.

  • If the value is lower than the card before, the score is divided by value of the current card.

What is the card order that will yield the highest result? Does the answer change if each time the score is calculated, the result is rounded to the nearest integer? What about if it is truncated to the lower integer?

———

Hi folks, I wanted to post this problem to see if anyone could solve it. I don't post it in r/mathriddles because I don't know the answer. Thank you for your interest!

———

Example with 3 cards to make sure I explained the rules properly:

Cards: [6,2,9]

Score =(6/2)*7 = 21

Author
Account Strength
100%
Account Age
9 years
Verified Email
Yes
Verified Flair
No
Total Karma
27,843
Link Karma
6,888
Comment Karma
19,384
Profile updated: 1 day ago
Posts updated: 5 months ago
Custom

Subreddit

Post Details

Age
15
We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago