0.765 (100) + .06 (.0765 x 100)
76.5 + .06 (76.5)
76.5 + 4.59 = 81.09 Chris will pay $81.09
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:
<u>7</u>5,575 - ten-thousands place; this 7 is worth 70,000
7<u>5</u>,575 - thousands place; this 5 is worth 5,000
75,<u>5</u>75 - hundreds place; this 5 is worth 500
75,5<u>7</u>5 - tens place; this 7 is worth 70
75,57<u>5</u> - ones place; this 5 is worth 5
Answer:
Fully simplified it equals 4x^2 -21x -18
Explanation:
-You need to distribute the x to all of the terms in the second binomial and you also need to distribute -6 to all the terms in the second binommial giving you 4x^2 +3x - 24 -18
-You combine like terms to simplify and your answer is 4x^2 -21x -18