Answer:
An Excel document
Explanation:
It's the only answer with 'x' in it and I looked it up on Google.
P = $48,000
r (Rate) = 5%
t (Time) = 5 (Years)
Interest = Prt =(48,000)(0.05)(5)= $12,000
The simple interest is $12,000 over the course of 5 years, with an annual interest of 5% and a loan of $48,000
I hope that answers your question! (I'm new to this app so sorry if that's not what you were looking for!)
Hi, you haven't provided the programing language, therefore, we will use python but you can extend it to any programing language by reading the code and the explanation.
Answer:
n1 = int(input("First numeber: "))
n2 = int(input("Second numeber: "))
for i in range(5):
r1 = n1%10
r2 = n2%10
print(r1+r2)
n1 = n1//10
n2 = n2//10
Explanation:
- First, we ask for the user input n1 and n2
- We create a for-loop to calculate the sum of each place-value of two numbers
- We obtain the last number in n1 by using the mod operator (%) an the number ten this way we can always take the last value, we make the same for n2
- Then we print the result of adding the last two numbers (place value)
- Finally, we get rid of the last value and overwrite n1 and n2 to continue with the process
Constructed using mathematical formulas rather than individual colored blocks, vector file types such as EPS, AI and PDF* are excellent for creating graphics that frequently require resizing.
B is the answer
Hope this helps