10/13/20
Removing punctuation in python and changing to all lower case
The code below takes a string and checks to see if it's a palindrome. Write a function that takes in the input string and removes the spaces, returning a string without spaces. Try it first on your...
more
10/13/20
How do I find the value that is one standard deviation below the mean?
The following data are the distances between a sample of 20 retail stores and a large distribution center. The distances are in miles.29; 30; 37; 40; 58; 67; 68; 69; 76; 81; 84; 95; 96; 96; 99;...
more
10/13/20
HELP!!!!What is the 75th percentile for recovery times? (Round your answer to two decimal places.)
The patient recovery time from a particular surgical procedure is normally distributed with a mean of 5.5 days and a standard deviation of 1.7 days.What is the 75th percentile for recovery times?...
more
10/12/20
My assignment is to debug this code, I have submitted code multiple times and cannot get it right. Can you please explain to me what exactly is wrong with this code and how I can fix it?
import java.util.*;public class DebugTwo4{ public static void main(String[] args) { Scanner input = new Scanner(System.in); string costString; double cost; final TAX = 0.06;...
more
10/12/20
If F(x) = f(g(x)), where f(5) = 5, f '(5) = 3, f '(−4) = 1, g(−4) = 5, and g'(−4) = 7, find F '(−4).
10/12/20
College Algebra
Describe a function g(x) in terms of f(x) if the graph of g is obtained by vertically stretching f by a factor of 5, then shifting the graph of f to the right 7 units and upward 8...
more
10/12/20
Create a program similar to this while the output stays the same.
Using a text editor, create a file that contains a list of at least 10 six-digit account numbers. Read in each account number and display whether it is valid. An account number is valid only if the...
more
10/12/20
Can somebody please fix the output of date in this code
package filestatistics2;import java.io.File;import java.util.*;import java.text.*;public class FileStatistics2{ private static Object f; public static void main(String[] args) { ...
more
10/12/20
Create two files using any word – processing program or text editor. Write an application that determines whether the two files are located in the same folder. Save the files as SameFolder.java
Can anyone please finish this I have a hard time doing it PLEASEpackage samefolder;import java.util.*;import java.text.*;import java.io.*;import java.io.File; public class SameFolder { private...
more
10/12/20
heres a cs question
Consider the following code segment, which is intended to find the average of two positive integers, x and y.int x;int y;int sum = x + y;double average = (double) (sum / 2);Which of the following...
more
10/12/20
How do I find the 1.5 standard deviations BELOW the mean for this problem??
If you could help explain this to me that would be great, thank you A sample of 100 clients of an exercise facility was selected. Let X = the number of days per week that a randomly selected client...
more
10/12/20
Linear Regression Equation
My professor asked me "can you use your regression equation to estimate the value of MMNT when MMXT is equal to 200?"These are my regression equation results:Simple linear regression...
more
10/12/20
I have a cs question
The following code segment is intended to round val to the nearest integer and print the result.double val = -0.7;int roundedVal = (int) (val + 0.5);System.out.println(roundedVal);Which of the...
more
10/12/20
How fast is the distance between the ships changing at 4:00 PM?
At noon, ship A is 170 km west of ship B. Ship A is sailing east at 40 km/h and ship B is sailing north at 15 km/h. How fast is the distance between the ships changing at 4:00 PM?
10/11/20
In the past year, 13% of businesses have eliminated jobs. If 4 Businesses are selected at random, find the probability that at least 2 have eliminated jobs during the last year.
Round your answer to three decimal places.P(At least you have a limited job store in the last year)=
10/11/20
Please send help!
Flying against the wind, an airplane travels 3050 kilometers in 5 hours. Flying with the wind, the same plane travels 6960 kilometers in 8 hours. What is the rate of the plane in still air and what...
more
10/11/20
Programming SLQ
COMMA-SEPARATED VALUES Maximum of 3 members each group. Create a program that simulates a simple registration and login function. Your program should access, write, edit and update data in the...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.