babyblue9206oz3yit
babyblue9206oz3yit
08-11-2017
Mathematics
contestada
How to find the answer
Respuesta :
Аноним
Аноним
08-11-2017
Use this equation:
A = P(1+r)^t
Where A is the final amount
P is the initial amount
r is the annual rate
t is the time in years
P = 1500
r = 0.07
t = 3
A = 1500 (1.07^3)
≈ $1837.56
Have an awesome day! :)
Answer Link
VER TODAS LAS RESPUESTAS ( 69+ )
Otras preguntas
y _____ (dormirse) porque no es un libro muy bueno.
Simplify 3-8n+5n+8 explain
what is the output of the function f(p) = 3p - 2 when the input is 2?
The assumption that media shapes how people view the world is:_________.
What is the charge of a model atom of an element
"Mercury" is the Roman god of poetry and messages—he is thought to be the fastest of all the gods, and has wings on his feet. What does the reference to "Mercur
1. how do i find a ratio? 2.how do i find a unit ratio? HELPPPPPP PLS ASAP
Consider the following information. U = {all table games} C = {card games} = {Hearts, Euchre, Go Fish, Uno, Snap, Set} S = {card games using a standard deck of
Find rate of speed in water with the rate of the current.
Analyze the following code. public class Test { public static void main(String[] args) { int[] x = new int[3]; System.out.println("x[0] is " + x[0]); } } A. The