Problem 43615. pizza deals

Given two pizza slices of different sizes:

  • Slice A with angle alpha1, radius r1, and price p1
  • Slice B with angle alpha2, radius r2, and price p2

create a function that compares the two deals and returns

  • 1 if slice A is the better deal
  • 2 if slice B is the better deal
  • 0 if they are both equally good deals.

Solution Stats

39.5% Correct | 60.5% Incorrect
Last Solution submitted on May 25, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers36

Suggested Problems

More from this Author14

Problem Tags

Community Treasure Hunt

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

Start Hunting!