Someone borrows money. If the simple interest loan is Principal at a rate of PercentageThatNeedsToBePutInDecimalForm per year for TimeThatMayNeedToBeConvertedToYears, find the overall amount.
A) Principal + (Principal * PercentageThatNeedsToBePutInDecimalForm * TimeThatMayNeedToBeConvertedToYears)
B) Principal * (1 + PercentageThatNeedsToBePutInDecimalForm * TimeThatMayNeedToBeConvertedToYears)
C) Principal / (1 - PercentageThatNeedsToBePutInDecimalForm * TimeThatMayNeedToBeConvertedToYears)
D) Principal / (1 + PercentageThatNeedsToBePutInDecimalForm * TimeThatMayNeedToBeConvertedToYears)