Answer:
y+3=-5(x-4)
Add 20 characters to explain the point
V = 576 pi cm^3
Step-by-step explanation:
The volume of a cylinder is given by
V = pi r^2 h where r is the radius and h is the height
V = pi * (6)^2 * 16
V = pi *36*16
V = 576 pi cm^3
Answer:
g(t) = 10000(0.938)^t
Step-by-step explanation:
Given data:
car worth is $10,000 in 2012
car worth is $8000 in 2014
let linear function is given as
P(t) = at + b
which denote the value of car in year t
take t =0 for year 2012
at t =0, 10,000 = 0 + b
we get b = 10,000
take t =2 for year 2014
at t =2, P(2) = 2a + b
8800 = 2a + 10,000
a = - 600
Thus the price of car at year t after 2012 is given as p(t) = -600t + 10000
let the exponential function
where t denote t = 0 at 2012
putting t = 0 P(0) = 10,000 we get 10,000 = ab^0
a = 10,000
putting t = 2 p = 8800


b = 0.938
g(t) = 10000(0.938)^t
Step-by-step explanation:
Hi, your question isn't totally complete. Here's the likely full question:
Random walk. A Java programmer begins walking aimlessly. At each time step, she takes one step in a random direction (either north, east, south, or west), each with probability 25%. She stops once she is at Manhattan distance r from the starting point. How many steps will the random walker take? This process is known as a two-dimensional random walk.
Write a program RandomWalker.java that takes an integer command-line argument r and simulates the motion of a random walk until the random walker is at Manhattan distance r from the starting point. Print the coordinates at each step of the walk (including the starting and ending points), treating the starting point as (0, 0). Also, print the total number of steps taken.
Answer:
The domain is all real numbers
Step-by-step explanation:
In any infinite quadratic equation, the domain is all real numbers.