#set document(title: "6.4 Solve Simple Interest Applications", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 6.4#h(0.6em)Solve Simple Interest Applications #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Before you get started, take this readiness quiz. Solve #math.equation(block: false, alt: "0.6 y equals 45 .")[$0.6 y = 45 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "75")[$75$] ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Solve #math.equation(block: false, alt: "the fraction n over 1.45 equals 4.6 .")[$frac(n, 1.45) = 4.6 .$] #linebreak() If you missed this problem, review . #solutionbox[ #math.equation(block: true, alt: "6.67")[$6.67$] ] ] === Use the Simple Interest Formula Do you know that banks pay you to let them keep your money? The money you put in the bank is called the #strong[principal], #math.equation(block: false, alt: "P ,")[$P ,$] and the bank pays you #strong[interest], #math.equation(block: false, alt: "I .")[$I .$] The interest is computed as a certain percent of the principal; called the #strong[rate of interest], #math.equation(block: false, alt: "r .")[$r .$] The rate of interest is usually expressed as a percent per year, and is calculated by using the decimal equivalent of the percent. The variable for time, #math.equation(block: false, alt: "t ,")[$t ,$] represents the number of years the money is left in the account. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Simple Interest] If an amount of money, #math.equation(block: false, alt: "P ,")[$P ,$] the principal, is invested for a period of #math.equation(block: false, alt: "t")[$t$] years at an annual interest rate #math.equation(block: false, alt: "r ,")[$r ,$] the amount of interest, #math.equation(block: false, alt: "I ,")[$I ,$] earned is #math.equation(block: true, alt: "I equals P r t")[$I = P r t #h(2em)$]where #math.equation(block: true, alt: "I, equals, interest; P, equals, principal; r, equals, rate; t, equals, time")[$I & = & "interest" \ P & = & "principal" \ r & = & "rate" \ t & = & "time"$]Interest earned according to this formula is called #strong[simple interest]. ] The formula we use to calculate simple interest is #math.equation(block: false, alt: "I equals P r t .")[$I = P r t .$] To use the simple interest formula we substitute in the values for variables that are given, and then solve for the unknown variable. It may be helpful to organize the information by listing all four variables and filling in the given information. #examplebox("Example 1")[][ Find the simple interest earned after #math.equation(block: false, alt: "3")[$3$] years on #math.equation(block: false, alt: "$500")[$"$500"$] at an interest rate of #math.equation(block: false, alt: "6%.")[$"6%."$] #solutionbox[ Organize the given information in a list. #math.equation(block: true, alt: "I, equals, ?; P, equals, $500; r, equals, 6%; t, equals, 3 years")[$I & = & ? \ P & = & "$500" \ r & = & "6%" \ t & = & "3 years"$] We will use the simple interest formula to find the interest. #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information. Remember to write the percent in decimal form.], [#math.equation(block: false, alt: "I equals open parenthesis 500 close parenthesis open parenthesis 0.06 close parenthesis open parenthesis 3 close parenthesis")[$I = ( 500 ) ( 0.06 ) ( 3 )$]], [Simplify.], [#math.equation(block: false, alt: "I equals 90")[$I = 90$]], [Check your answer. Is \$90 a reasonable interest earned on \$500 in 3 years?], [], [In 3 years the money earned 18%. If we rounded to 20%, the interest would have been 500(0.20) or \$100. Yes, \$90 is reasonable.], [], [Write a complete sentence that answers the question.], [The simple interest is \$90.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the simple interest earned after #math.equation(block: false, alt: "4")[$4$] years on #math.equation(block: false, alt: "$800")[$"$800"$] at an interest rate of #math.equation(block: false, alt: "5%.")[$"5%."$] #solutionbox[ \$160 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the simple interest earned after #math.equation(block: false, alt: "2")[$2$] years on #math.equation(block: false, alt: "$700")[$"$700"$] at an interest rate of #math.equation(block: false, alt: "4%.")[$"4%."$] #solutionbox[ \$56 ] ] In the next example, we will use the simple interest formula to find the principal. #examplebox("Example 2")[][ Find the principal invested if #math.equation(block: false, alt: "$178")[$"$178"$] interest was earned in #math.equation(block: false, alt: "2")[$2$] years at an interest rate of #math.equation(block: false, alt: "4%.")[$"4%."$] #solutionbox[ Organize the given information in a list. #math.equation(block: true, alt: "I, equals, $178; P, equals, ?; r, equals, 4%; t, equals, 2 years")[$I & = & "$178" \ P & = & ? \ r & = & "4%" \ t & = & "2 years"$] We will use the simple interest formula to find the principal. #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information.], [#math.equation(block: false, alt: "178 equals P open parenthesis 0.04 close parenthesis open parenthesis 2 close parenthesis")[$178 = P ( 0.04 ) ( 2 )$]], [Divide.], [#math.equation(block: false, alt: "the fraction 178 over 0.08 equals the fraction 0.08 P over 0.08")[$frac(178, 0.08) = frac(0.08 P, 0.08)$]], [Simplify.], [#math.equation(block: false, alt: "2,225 equals P")[$2,225 = P$]], [Check your answer. Is it reasonable that \$2,225 would earn \$178 in 2 years?], [], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]], [], [#math.equation(block: false, alt: "178 equals ? 2,225 open parenthesis 0.04 close parenthesis open parenthesis 2 close parenthesis")[$178 limits(=)^(?) 2,225 ( 0.04 ) ( 2 )$]], [], [#math.equation(block: false, alt: "178 equals 178 ✓")[$178 = 178 ✓$]], [], [Write a complete sentence that answers the question.], [The principal is \$2,225.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the principal invested if #math.equation(block: false, alt: "$495")[$"$495"$] interest was earned in #math.equation(block: false, alt: "3")[$3$] years at an interest rate of #math.equation(block: false, alt: "6%.")[$"6%."$] #solutionbox[ \$2,750 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the principal invested if #math.equation(block: false, alt: "$1,246")[$"$1,246"$] interest was earned in #math.equation(block: false, alt: "5")[$5$] years at an interest rate of #math.equation(block: false, alt: "7% .")[$"7%" .$] #solutionbox[ \$3,560 ] ] Now we will solve for the rate of interest. #examplebox("Example 3")[][ Find the rate if a principal of #math.equation(block: false, alt: "$8,200")[$"$8,200"$] earned #math.equation(block: false, alt: "$3,772")[$"$3,772"$] interest in #math.equation(block: false, alt: "4")[$4$] years. #solutionbox[ Organize the given information. #math.equation(block: true, alt: "I, equals, $3,772; P, equals, $8,200; r, equals, ?; t, equals, 4 years")[$I & = & "$3,772" \ P & = & "$8,200" \ r & = & ? \ t & = & "4 years"$] We will use the simple interest formula to find the rate. #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information.], [#math.equation(block: false, alt: "3,772 equals 8,200 r open parenthesis 4 close parenthesis")[$3,772 = 8,200 r ( 4 )$]], [Multiply.], [#math.equation(block: false, alt: "3,772 equals 32,800 r")[$3,772 = 32,800 r$]], [Divide.], [#math.equation(block: false, alt: "the fraction 3,772 over 32,800 equals the fraction 32,800 r over 32,800")[$frac(3","772, 32","800) = frac(32","800 r, 32","800)$]], [Simplify.], [#math.equation(block: false, alt: "0.115 equals r")[$0.115 = r$]], [Write as a percent.], [#math.equation(block: false, alt: "11.5% equals r")[$"11.5%" = r$]], [Check your answer. Is 11.5% a reasonable rate if \$3,772 was earned in 4 years?], [], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]], [], [#math.equation(block: false, alt: "3,772 equals ? 8,200 open parenthesis 0.115 close parenthesis open parenthesis 4 close parenthesis")[$3,772 limits(=)^(?) 8,200 ( 0.115 ) ( 4 )$]], [], [#math.equation(block: false, alt: "3,772 equals 3,772 ✓")[$3,772 = 3,772 ✓$]], [], [Write a complete sentence that answers the question.], [The rate was 11.5%.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the rate if a principal of #math.equation(block: false, alt: "$5,000")[$"$5,000"$] earned #math.equation(block: false, alt: "$1,350")[$"$1,350"$] interest in #math.equation(block: false, alt: "6")[$6$] years. #solutionbox[ 4.5% ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Find the rate if a principal of #math.equation(block: false, alt: "$9,000")[$"$9,000"$] earned #math.equation(block: false, alt: "$1,755")[$"$1,755"$] interest in #math.equation(block: false, alt: "3")[$3$] years. #solutionbox[ 6.5% ] ] === Solve Simple Interest Applications Applications with #strong[simple interest] usually involve either investing money or borrowing money. To solve these applications, we continue to use the same strategy for applications that we have used earlier in this chapter. The only difference is that in place of translating to get an equation, we can use the simple interest formula. We will start by solving a simple interest application to find the interest. #examplebox("Example 4")[][ Nathaly deposited #math.equation(block: false, alt: "$12,500")[$"$12,500"$] in her bank account where it will earn #math.equation(block: false, alt: "4%")[$"4%"$] interest. How much interest will Nathaly earn in #math.equation(block: false, alt: "5")[$5$] years? #solutionbox[ We are asked to find the Interest, #math.equation(block: false, alt: "I .")[$I .$] Organize the given information in a list. #math.equation(block: true, alt: "I, equals, ?; P, equals, $12,500; r, equals, 4%; t, equals, 5 years")[$I & = & ? \ P & = & "$12,500" \ r & = & "4%" \ t & = & "5 years"$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information.], [#math.equation(block: false, alt: "I equals open parenthesis 12,500 close parenthesis open parenthesis 0.04 close parenthesis open parenthesis 5 close parenthesis")[$I = ( 12,500 ) ( 0.04 ) ( 5 )$]], [Simplify.], [#math.equation(block: false, alt: "I equals 2,500")[$I = 2,500$]], [Check your answer. Is \$2,500 a reasonable interest on \$12,500 over 5 years?], [], [At 4% interest per year, in 5 years the interest would be 20% of the principal. Is 20% of \$12,500 equal to \$2,500? Yes.], [], [Write a complete sentence that answers the question.], [The interest is \$2,500.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Areli invested a principal of #math.equation(block: false, alt: "$950")[$"$950"$] in her bank account with interest rate #math.equation(block: false, alt: "3%.")[$"3%."$] How much interest did she earn in #math.equation(block: false, alt: "5")[$5$] years? #solutionbox[ \$142.50 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Susana invested a principal of #math.equation(block: false, alt: "$36,000")[$"$36,000"$] in her bank account with interest rate #math.equation(block: false, alt: "6.5% .")[$"6.5%" .$] How much interest did she earn in #math.equation(block: false, alt: "3")[$3$] years? #solutionbox[ \$7,020 ] ] There may be times when you know the amount of interest earned on a given #strong[principal] over a certain length of time, but you don't know the rate. For instance, this might happen when family members lend or borrow money among themselves instead of dealing with a bank. In the next example, we'll show how to solve for the rate. #examplebox("Example 5")[][ Loren lent his brother #math.equation(block: false, alt: "$3,000")[$"$3,000"$] to help him buy a car. In #math.equation(block: false, alt: "4 years")[$"4 years"$] his brother paid him back the #math.equation(block: false, alt: "$3,000")[$"$3,000"$] plus #math.equation(block: false, alt: "$660")[$"$660"$] in interest. What was the rate of interest? #solutionbox[ We are asked to find the rate of interest, #math.equation(block: false, alt: "r .")[$r .$] Organize the given information. #math.equation(block: true, alt: "I, equals, 660; P, equals, $3,000; r, equals, ?; t, equals, 4 years")[$I & = & 660 \ P & = & "$3,000" \ r & = & ? \ t & = & "4 years"$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information.], [#math.equation(block: false, alt: "660 equals open parenthesis 3,000 close parenthesis r open parenthesis 4 close parenthesis")[$660 = ( 3,000 ) r ( 4 )$]], [Multiply.], [#math.equation(block: false, alt: "660 equals open parenthesis 12,000 close parenthesis r")[$660 = ( 12,000 ) r$]], [Divide.], [#math.equation(block: false, alt: "the fraction 660 over 12,000 equals the fraction open parenthesis 12,000 close parenthesis r over 12,000")[$frac(660, 12","000) = frac(( 12,000 ) r, 12","000)$]], [Simplify.], [#math.equation(block: false, alt: "0.055 equals r")[$0.055 = r$]], [Change to percent form.], [#math.equation(block: false, alt: "5.5% equals r")[$"5.5%" = r$]], [Check your answer. Is 5.5% a reasonable interest rate to pay your brother?], [], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]], [], [#math.equation(block: false, alt: "660 equals ? open parenthesis 3,000 close parenthesis open parenthesis 0.055 close parenthesis open parenthesis 4 close parenthesis")[$660 limits(=)^(?) ( 3,000 ) ( 0.055 ) ( 4 )$]], [], [#math.equation(block: false, alt: "660 equals 660 ✓")[$660 = 660 ✓$]], [], [Write a complete sentence that answers the question.], [The rate of interest was 5.5%.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Jim lent his sister #math.equation(block: false, alt: "$5,000")[$"$5,000"$] to help her buy a house. In #math.equation(block: false, alt: "3")[$3$] years, she paid him the #math.equation(block: false, alt: "$5,000 ,")[$"$5,000" ,$] plus #math.equation(block: false, alt: "$900")[$"$900"$] interest. What was the rate of interest? #solutionbox[ 6% ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Hang borrowed #math.equation(block: false, alt: "$7,500")[$"$7,500"$] from her parents to pay her tuition. In #math.equation(block: false, alt: "5")[$5$] years, she paid them #math.equation(block: false, alt: "$1,500")[$"$1,500"$] interest in addition to the #math.equation(block: false, alt: "$7,500")[$"$7,500"$] she borrowed. What was the rate of interest? #solutionbox[ 4% ] ] There may be times when you take a loan for a large purchase and the amount of the principal is not clear. This might happen, for instance, in making a car purchase when the dealer adds the cost of a warranty to the price of the car. In the next example, we will solve a #strong[simple interest] application for the principal. #examplebox("Example 6")[][ Eduardo noticed that his new car loan papers stated that with an interest rate of #math.equation(block: false, alt: "7.5% ,")[$"7.5%" ,$] he would pay #math.equation(block: false, alt: "$6,596.25")[$"$6,596.25"$] in interest over #math.equation(block: false, alt: "5")[$5$] years. How much did he borrow to pay for his car? #solutionbox[ We are asked to find the principal, #math.equation(block: false, alt: "P .")[$P .$] Organize the given information. #math.equation(block: true, alt: "I, equals, 6,596.25; P, equals, ?; r, equals, 7.5%; t, equals, 5 years")[$I & = & 6,596.25 \ P & = & ? \ r & = & "7.5%" \ t & = & "5 years"$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information.], [#math.equation(block: false, alt: "6,596.25 equals P open parenthesis 0.075 close parenthesis open parenthesis 5 close parenthesis")[$6,596.25 = P ( 0.075 ) ( 5 )$]], [Multiply.], [#math.equation(block: false, alt: "6,596.25 equals 0.375 P")[$6,596.25 = 0.375 P$]], [Divide.], [#math.equation(block: false, alt: "the fraction 6,596.25 over 0.375 equals the fraction 0.375 P over 0.375")[$frac(6","596.25, 0.375) = frac(0.375 P, 0.375)$]], [Simplify.], [#math.equation(block: false, alt: "17,590 equals P")[$17,590 = P$]], [Check your answer. Is \$17,590 a reasonable amount to borrow to buy a car?], [], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]], [], [#math.equation(block: false, alt: "6,596.25 equals ? open parenthesis 17,590 close parenthesis open parenthesis 0.075 close parenthesis open parenthesis 5 close parenthesis")[$6,596.25 limits(=)^(?) ( 17,590 ) ( 0.075 ) ( 5 )$]], [], [#math.equation(block: false, alt: "6,596.25 equals 6,596.25 ✓")[$6,596.25 = 6,596.25 ✓$]], [], [Write a complete sentence that answers the question.], [The amount borrowed was \$17,590.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Sean's new car loan statement said he would pay #math.equation(block: false, alt: "$4,866.25")[$"$4,866.25"$] in interest from an interest rate of #math.equation(block: false, alt: "8.5%")[$"8.5%"$] over #math.equation(block: false, alt: "5")[$5$] years. How much did he borrow to buy his new car? #solutionbox[ \$11,450 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ In #math.equation(block: false, alt: "5")[$5$] years, Gloria's bank account earned #math.equation(block: false, alt: "$2,400")[$"$2,400"$] interest at #math.equation(block: false, alt: "5%.")[$"5%."$] How much had she deposited in the account? #solutionbox[ \$9,600 ] ] In the #strong[simple interest] formula, the rate of interest is given as an annual rate, the rate for one year. So the units of time must be in years. If the time is given in months, we convert it to years. #examplebox("Example 7")[][ Caroline got #math.equation(block: false, alt: "$900")[$"$900"$] as graduation gifts and invested it in a #math.equation(block: false, alt: "10-month")[$"10-month"$] certificate of deposit that earned #math.equation(block: false, alt: "2.1%")[$"2.1%"$] interest. How much interest did this investment earn? #solutionbox[ We are asked to find the interest, #math.equation(block: false, alt: "I .")[$I .$] Organize the given information. #math.equation(block: true, alt: "I, equals, ?; P, equals, $900; r, equals, 2.1%; t, equals, 10 months")[$I & = & ? \ P & = & "$900" \ r & = & "2.1%" \ t & = & "10 months"$] #figure(table( columns: 2, align: left, inset: 6pt, table.header([Write the formula.], [#math.equation(block: false, alt: "I equals P r t")[$I = P r t$]]), [Substitute the given information, converting 10 months to #math.equation(block: false, alt: "the fraction 10 over 12")[$frac(10, 12)$] of a year.], [#math.equation(block: false, alt: "I equals $900 open parenthesis 0.021 close parenthesis open parenthesis the fraction 10 over 12 close parenthesis")[$I = \$900 ( 0.021 ) ( frac(10, 12) )$]], [Multiply.], [#math.equation(block: false, alt: "I equals 15.75")[$I = 15.75$]], [Check your answer. Is \$15.75 a reasonable amount of interest?], [], [If Caroline had invested the \$900 for a full year at 2% interest, the amount of interest would have been \$18. Yes, \$15.75 is reasonable.], [], [Write a complete sentence that answers the question.], [The interest earned was \$15.75.], )) ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Adriana invested #math.equation(block: false, alt: "$4,500")[$"$4,500"$] for #math.equation(block: false, alt: "8")[$8$] months in an account that paid #math.equation(block: false, alt: "1.9%")[$"1.9%"$] interest. How much interest did she earn? #solutionbox[ \$57.00 ] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Milton invested #math.equation(block: false, alt: "$2,460")[$"$2,460"$] for #math.equation(block: false, alt: "20")[$20$] months in an account that paid #math.equation(block: false, alt: "3.5%")[$"3.5%"$] interest How much interest did he earn? #solutionbox[ \$143.50 ] ] === Key Concepts - #emph[Simple interest] - If an amount of money, #math.equation(block: false, alt: "P")[$P$], the principal, is invested for a period of #math.equation(block: false, alt: "t")[$t$] years at an annual interest rate #math.equation(block: false, alt: "r")[$r$], the amount of interest, #math.equation(block: false, alt: "I")[$I$], earned is #math.equation(block: false, alt: "I equals P r t")[$I = P r t$] - Interest earned according to this formula is called #strong[simple interest]. ==== Practice Makes Perfect #strong[Use the Simple Interest Formula] In the following exercises, use the simple interest formula to fill in the missing information. #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [], [#math.equation(block: false, alt: "$1200")[$"$1200"$]], [#math.equation(block: false, alt: "3%")[$"3%"$]], [#math.equation(block: false, alt: "5")[$5$]], )) #solutionbox[ \$180 ] #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [], [#math.equation(block: false, alt: "$1500")[$"$1500"$]], [#math.equation(block: false, alt: "2%")[$"2%"$]], [#math.equation(block: false, alt: "4")[$"4"$]], )) #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [#math.equation(block: false, alt: "$4410")[$\$4410$]], [], [#math.equation(block: false, alt: "4.5%")[$"4.5%"$]], [#math.equation(block: false, alt: "7")[$"7"$]], )) #solutionbox[ \$14,000 ] #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [#math.equation(block: false, alt: "$2112")[$\$2112$]], [], [#math.equation(block: false, alt: "3.2%")[$"3.2%"$]], [#math.equation(block: false, alt: "6")[$"6"$]], )) #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [#math.equation(block: false, alt: "$577.08")[$\$577.08$]], [#math.equation(block: false, alt: "$4580")[$"$4580"$]], [], [#math.equation(block: false, alt: "2")[$"2"$]], )) #solutionbox[ 6.3% ] #figure(table( columns: 4, align: left, inset: 6pt, table.header([Interest], [Principal], [Rate], [Time (years)]), [#math.equation(block: false, alt: "$528.12")[$\$528.12$]], [#math.equation(block: false, alt: "$3260")[$"$3260"$]], [], [#math.equation(block: false, alt: "3")[$"3"$]], )) In the following exercises, solve the problem using the simple interest formula. Find the simple interest earned after #math.equation(block: false, alt: "5")[$5$] years on #math.equation(block: false, alt: "$600")[$"$600"$] at an interest rate of #math.equation(block: false, alt: "3%.")[$"3%."$] #solutionbox[ \$90 ] Find the simple interest earned after #math.equation(block: false, alt: "4")[$4$] years on #math.equation(block: false, alt: "$900")[$"$900"$] at an interest rate of #math.equation(block: false, alt: "6%.")[$"6%."$] Find the simple interest earned after #math.equation(block: false, alt: "2")[$2$] years on #math.equation(block: false, alt: "$8,950")[$"$8,950"$] at an interest rate of #math.equation(block: false, alt: "3.24% .")[$"3.24%" .$] #solutionbox[ \$579.96 ] Find the simple interest earned after #math.equation(block: false, alt: "3")[$3$] years on #math.equation(block: false, alt: "$6,510")[$"$6,510"$] at an interest rate of #math.equation(block: false, alt: "2.85% .")[$"2.85%" .$] Find the simple interest earned after #math.equation(block: false, alt: "8")[$8$] years on #math.equation(block: false, alt: "$15,500")[$"$15,500"$] at an interest rate of #math.equation(block: false, alt: "11.425% .")[$"11.425%" .$] #solutionbox[ \$14,167 ] Find the simple interest earned after #math.equation(block: false, alt: "6")[$6$] years on #math.equation(block: false, alt: "$23,900")[$"$23,900"$] at an interest rate of #math.equation(block: false, alt: "12.175% .")[$"12.175%" .$] Find the principal invested if #math.equation(block: false, alt: "$656")[$"$656"$] interest was earned in #math.equation(block: false, alt: "5")[$5$] years at an interest rate of #math.equation(block: false, alt: "4% .")[$"4%" .$] #solutionbox[ \$3,280 ] Find the principal invested if #math.equation(block: false, alt: "$177")[$"$177"$] interest was earned in #math.equation(block: false, alt: "2")[$2$] years at an interest rate of #math.equation(block: false, alt: "3% .")[$"3%" .$] Find the principal invested if #math.equation(block: false, alt: "$70.95")[$"$70.95"$] interest was earned in #math.equation(block: false, alt: "3")[$3$] years at an interest rate of #math.equation(block: false, alt: "2.75%.")[$"2.75%."$] #solutionbox[ \$860 ] Find the principal invested if #math.equation(block: false, alt: "$636.84")[$"$636.84"$] interest was earned in #math.equation(block: false, alt: "6")[$6$] years at an interest rate of #math.equation(block: false, alt: "4.35%.")[$"4.35%."$] Find the principal invested if #math.equation(block: false, alt: "$15,222.57")[$"$15,222.57"$] interest was earned in #math.equation(block: false, alt: "6")[$6$] years at an interest rate of #math.equation(block: false, alt: "10.28% .")[$"10.28%" .$] #solutionbox[ \$24,679.91 ] Find the principal invested if #math.equation(block: false, alt: "$10,953.70")[$"$10,953.70"$] interest was earned in #math.equation(block: false, alt: "5")[$5$] years at an interest rate of #math.equation(block: false, alt: "11.04%.")[$"11.04%."$] Find the rate if a principal of #math.equation(block: false, alt: "$5,400")[$"$5,400"$] earned #math.equation(block: false, alt: "$432")[$"$432"$] interest in #math.equation(block: false, alt: "2")[$2$] years. #solutionbox[ 4% ] Find the rate if a principal of #math.equation(block: false, alt: "$2,600")[$"$2,600"$] earned #math.equation(block: false, alt: "$468")[$"$468"$] interest in #math.equation(block: false, alt: "6")[$6$] years. Find the rate if a principal of #math.equation(block: false, alt: "$11,000")[$"$11,000"$] earned #math.equation(block: false, alt: "$1,815")[$"$1,815"$] interest in #math.equation(block: false, alt: "3")[$3$] years. #solutionbox[ 5.5% ] Find the rate if a principal of #math.equation(block: false, alt: "$8,500")[$"$8,500"$] earned #math.equation(block: false, alt: "$3,230")[$"$3,230"$] interest in #math.equation(block: false, alt: "4")[$4$] years. #strong[Solve Simple Interest Applications] In the following exercises, solve the problem using the simple interest formula. Casey deposited #math.equation(block: false, alt: "$1,450")[$"$1,450"$] in a bank account with interest rate #math.equation(block: false, alt: "4%.")[$"4%."$] How much interest was earned in #math.equation(block: false, alt: "2")[$2$] years? #solutionbox[ \$116 ] Terrence deposited #math.equation(block: false, alt: "$5,720")[$"$5,720"$] in a bank account with interest rate #math.equation(block: false, alt: "6%.")[$"6%."$] How much interest was earned in #math.equation(block: false, alt: "4")[$4$] years? Robin deposited #math.equation(block: false, alt: "$31,000")[$"$31,000"$] in a bank account with interest rate #math.equation(block: false, alt: "5.2% .")[$"5.2%" .$] How much interest was earned in #math.equation(block: false, alt: "3")[$3$] years? #solutionbox[ \$4,836 ] Carleen deposited #math.equation(block: false, alt: "$16,400")[$"$16,400"$] in a bank account with interest rate #math.equation(block: false, alt: "3.9% .")[$"3.9%" .$] How much interest was earned in #math.equation(block: false, alt: "8")[$8$] years? Hilaria borrowed #math.equation(block: false, alt: "$8,000")[$"$8,000"$] from her grandfather to pay for college. Five years later, she paid him back the #math.equation(block: false, alt: "$8,000 ,")[$"$8,000" ,$] plus #math.equation(block: false, alt: "$1,200")[$"$1,200"$] interest. What was the rate of interest? #solutionbox[ 3% ] Kenneth lent his niece #math.equation(block: false, alt: "$1,200")[$"$1,200"$] to buy a computer. Two years later, she paid him back the #math.equation(block: false, alt: "$1,200 ,")[$"$1,200" ,$] plus #math.equation(block: false, alt: "$96")[$"$96"$] interest. What was the rate of interest? Lebron lent his daughter #math.equation(block: false, alt: "$20,000")[$"$20,000"$] to help her buy a condominium. When she sold the condominium four years later, she paid him the #math.equation(block: false, alt: "$20,000 ,")[$"$20,000" ,$] plus #math.equation(block: false, alt: "$3,000")[$"$3,000"$] interest. What was the rate of interest? #solutionbox[ 3.75% ] Pablo borrowed #math.equation(block: false, alt: "$50,000")[$"$50,000"$] to start a business. Three years later, he repaid the #math.equation(block: false, alt: "$50,000 ,")[$"$50,000" ,$] plus #math.equation(block: false, alt: "$9,375")[$"$9,375"$] interest. What was the rate of interest? In #math.equation(block: false, alt: "10")[$10$] years, a bank account that paid #math.equation(block: false, alt: "5.25%")[$"5.25%"$] earned #math.equation(block: false, alt: "$18,375")[$"$18,375"$] interest. What was the principal of the account? #solutionbox[ \$35,000 ] In #math.equation(block: false, alt: "25")[$25$] years, a bond that paid #math.equation(block: false, alt: "4.75%")[$"4.75%"$] earned #math.equation(block: false, alt: "$2,375")[$"$2,375"$] interest. What was the principal of the bond? Joshua's computer loan statement said he would pay #math.equation(block: false, alt: "$1,244.34")[$"$1,244.34"$] in interest for a #math.equation(block: false, alt: "3")[$3$] year loan at #math.equation(block: false, alt: "12.4% .")[$"12.4%" .$] How much did Joshua borrow to buy the computer? #solutionbox[ \$3,345 ] Margaret's car loan statement said she would pay #math.equation(block: false, alt: "$7,683.20")[$"$7,683.20"$] in interest for a #math.equation(block: false, alt: "5")[$5$] year loan at #math.equation(block: false, alt: "9.8%.")[$"9.8%."$] How much did Margaret borrow to buy the car? Caitlin invested #math.equation(block: false, alt: "$8,200")[$"$8,200"$] in an #math.equation(block: false, alt: "18-month")[$"18-month"$] certificate of deposit paying #math.equation(block: false, alt: "2.7%")[$"2.7%"$] interest. How much interest did she earn form this investment? #solutionbox[ \$332.10 ] Diego invested #math.equation(block: false, alt: "$6,100")[$"$6,100"$] in a #math.equation(block: false, alt: "9-month")[$"9-month"$] certificate of deposit paying #math.equation(block: false, alt: "1.8%")[$"1.8%"$] interest. How much interest did he earn form this investment? Airin borrowed #math.equation(block: false, alt: "$3,900")[$"$3,900"$] from her parents for the down payment on a car and promised to pay them back in #math.equation(block: false, alt: "15")[$15$] months at a #math.equation(block: false, alt: "4%")[$"4%"$] rate of interest. How much interest did she owe her parents? #solutionbox[ \$195.00 ] Yuta borrowed #math.equation(block: false, alt: "$840")[$"$840"$] from his brother to pay for his textbooks and promised to pay him back in #math.equation(block: false, alt: "5")[$5$] months at a #math.equation(block: false, alt: "6%")[$"6%"$] rate of interest. How much interest did Yuta owe his brother? ==== Everyday Math #strong[Interest on savings] Find the interest rate your local bank pays on savings accounts. + ⓐ What is the interest rate? + ⓑ Calculate the amount of interest you would earn on a principal of #math.equation(block: false, alt: "$8,000")[$"$8,000"$] for #math.equation(block: false, alt: "5")[$5$] years. #solutionbox[ Answers will vary. ] #strong[Interest on a loan] Find the interest rate your local bank charges for a car loan. + ⓐ What is the interest rate? + ⓑ Calculate the amount of interest you would pay on a loan of #math.equation(block: false, alt: "$8,000")[$"$8,000"$] for #math.equation(block: false, alt: "5")[$5$] years. ==== Writing Exercises Why do banks pay interest on money deposited in savings accounts? #solutionbox[ Answers will vary. ] Why do banks charge interest for lending money? ==== Self Check ⓐ After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section. #figure(figph[A self-assessment table for simple interest, asking users to rate their ability to use the formula and solve applications with options: Confidently, With some help, or No-I don't get it!], alt: "A self-assessment table for simple interest, asking users to rate their ability to use the formula and solve applications with options: Confidently, With some help, or No-I don't get it!", caption: none) ⓑ On a scale of 1–10, how would you rate your mastery of this section in light of your responses on the checklist? How can you improve this?