Updated specific locations to be searchable, take a look at Las Vegas as an example.

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.

14
15 Cards 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. 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
28,225
Link Karma
7,005
Comment Karma
19,649
Profile updated: 19 hours ago
Posts updated: 6 months ago

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