calc_for_everything icon indicating copy to clipboard operation
calc_for_everything copied to clipboard

Markup Calculator

Open SarthakKeshari opened this issue 1 year ago • 3 comments

Enter calculator name -

Markup Calculator

Describe calculator functionality -

Markup Formulas and Calculations: The gross profit P is the difference between the cost to make a product C and the selling price or revenue R. P = R - C To calculate revenue R based on the cost C and the desired gross margin G, where G is in decimal form: R = C / ( 1 - G) The gross profit dollars P is the revenue dollars R from the sale times the gross margin G percentage, where G is in decimal form : P = R * G The markup percentage M, in decimal form, is gross profit P divided by cost C. M = P/ C M * 100 will change the decimal to a percentage.

Under which category you wish to place it -

  • [ ] Computer Science
  • [x] Mathematics
  • [ ] Physics
  • [ ] Chemistry
  • [ ] Biology
  • [ ] Art
  • [ ] Finance
  • [ ] Scientific
  • [ ] Health
  • [ ] Games/Sports
  • [x] Let project owner decide
  • [ ] Suggest a new category - (Answer here)

SarthakKeshari avatar Oct 29 '23 20:10 SarthakKeshari

@SarthakKeshari please assign this issue to me. Also I have a doubt to calculate all these we can take the inputs of variables in the formula like for P = R - C we have to ask user input of R and C to calculate P right?

Rishika631 avatar Dec 09 '23 20:12 Rishika631

Hey @Rishika631, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\mathematical\markupCalc

Issue completion deadline - 21th Dec 08:00:00 am IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new contributor

SarthakKeshari avatar Dec 10 '23 18:12 SarthakKeshari

@Rishika631, Since the issue completion deadline is crossed, Issue has been unassigned.

Kindly do not create a PR for the issue now.

SarthakKeshari avatar Dec 24 '23 05:12 SarthakKeshari