Birthday cake - MATLAB Cody - MATLAB Central

Problem 44387. Birthday cake

Difficulty:Rate

It's Cody's 5th birthday, and you've been tasked with putting the candles on the cake. Your goal is to maximize the distance between the 5 required candles.

Given a rectangular cake with specified length and width, return the highest possible minimum distance between any two candles.

Important notes

  • You may assume that a candle can be placed directly on the edge of the cake (even though that would be physically challenging!).
  • Required tolerance: <0.01

Solution Stats

18.26% Correct | 81.74% Incorrect
Last Solution submitted on Mar 02, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
5

Problem Recent Solvers96

Suggested Problems

More from this Author44

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page