Answer:
48
Step-by-step explanation:
You just have to divide the length of the fabric by the length of the sections
Amount of money saved by Jordon for the video game = (4/5) * 80
= 4 * 16 dollars
= 64 dollars
So
The amount of money that
Jordan needs to earn more for buying the video game = (80 - 64) dollars
= 16 dollars
Amount earned by Jordan per hour working at a pizza shop = $7.75
Let us assume the number of hours Jordan needs to work to save the rest of the money for the video game = x
Then
7.75x = 16
x = 16/7.75
= 2.06 hours
So it can be said that Jordan has to work 3 hours to save the rest of the money for the video game. If Jordan works 2 hours then he will be short of the required amount. If Jordan works for 3 hours he will have some excess amount in his hand after saving for the video game.
Answer:
D. $1,136.79
Step-by-step explanation:
In this example, we want to learn what the original price of the computer would be if the price is $1,205, and this includes a 6% sales tax. This means that this price is 106% of the original price (100% is the price, while 6% is the tax). Therefore:
1205 * 1.06 = 1136.79
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.
Just divide 300 by 4 since 25% is 1/4
300/4 = 75
D. 75
Hope this helps!