5 kyu

Beeramid

4,860 of 18,881kylehill

Description:

Let's pretend your company just hired your friend from college and paid you a referral bonus. Awesome! To celebrate, you're taking your team out to the terrible dive bar next door and using the referral bonus to buy, and build, the largest three-dimensional beer can pyramid you can. And then probably drink those beers, because let's pretend it's Friday too.

A beer can pyramid will square the number of cans in each level - 1 can in the top level, 4 in the second, 9 in the next, 16, 25...

Complete the beeramid function to return the number of complete levels of a beer can pyramid you can make, given the parameters of:

  1. your referral bonus, and

  2. the price of a beer can

For example:

beeramid(1500, 2); // should === 12
beeramid(5000, 3); // should === 16
beeramid(1500, 2, 12). % 12 levels
beeramid(5000, 3, 16). % 16 levels
Mathematics
Algorithms

Stats:

CreatedJul 12, 2013
PublishedJul 22, 2013
Warriors Trained32337
Total Skips4607
Total Code Submissions65187
Total Times Completed18881
JavaScript Completions4860
Python Completions6622
C Completions1615
C++ Completions2965
Ruby Completions351
Haskell Completions293
Prolog Completions23
COBOL Completions16
Rust Completions493
Julia Completions51
TypeScript Completions920
Crystal Completions15
CoffeeScript Completions12
R Completions111
PHP Completions555
Go Completions539
Total Stars326
% of votes with a positive feedback rating89% of 1652
Total "Very Satisfied" Votes1315
Total "Somewhat Satisfied" Votes298
Total "Not Satisfied" Votes39
Ad
Contributors
  • kylehill Avatar
  • user3482173 Avatar
  • anter69 Avatar
  • siebenschlaefer Avatar
  • B1ts Avatar
  • Firefly2002 Avatar
  • FArekkusu Avatar
  • KDaryl Avatar
  • hobovsky Avatar
  • cliffstamp Avatar
  • studo Avatar
  • WestwardLand968 Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • saudiGuy Avatar
Ad