Search how-the-value-of-i-is-it-can-also-be-because-root-is-root

How the value of i is it can also be because root is root

 
 

Top Questions

2.CSE 1300 Problem Solving Practice Conditional Statements Question 1: Student Fees All KSU students pay fees in addition to their tuition. Using the code ...

nts pay fees in addition to their tuition. Using the code provided below as a starting point, write a conditional statement that determines how much a student will pay in fees. • Students registered for 1 – 4 hours pay $843 in student fees. • Students enrolled in 5 or more hours pay $993 in student fees. The program should also display a message to students who have not enrolled in any classes: “You are not enrolled in any classes right now.” NOTE: You must use the variables included in the code snippet get credit for this question. import java.util.Scanner; class Main { public static void main(String[] args) { int creditHours; int fees = 0; Scanner myScanner = new Scanner(System.in); System.out.print("Please enter the number of credit hours you are taking this term: "); creditHours = myScanner.nextInt(); myScanner.close(); //YOUR CODE GOES HERE } } Break the Problem Down Answer the following questions, then use the information to write your code. What are the inputs in the pseudocode above? (INPUT) What are we storing in the pseudocode above? (MEMORY) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 2: Block Tuition The cost of KSU’s tuition is determined by the number of credit hours a student enrolls in. Using the chart below, write a conditional statement (ONLY) that sets the value of a tuition variable to what that student will owe. NOTE: For this problem you can assume that all students are enrolled in a minimum of 12 hours. Number of Credit Hours 12 13 14 15 or more Cost (in USD) $2224 $2410 $2595 $2718 Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 3: Class Standing Undergraduate students will be classified based on the number of earned institutional hours. • Freshman: • Sophomore: • Junior: • Senior: 0 - 29 hours 30 - 59 hours 60 - 89 hours 90 hours or more Write a complete program that prompts the user for the number of credit hours they have completed. Write a conditional statement that prints out their class standing based on the information they provided. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter the number of credit hours you have earned: 29 You are a freshman. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 4: Maximum Course Load KSU’s policy on maximum course loads during the academic year is as follows: A student in good standing may register for up to 18 hours. The Registrar may approve up to 21 hours for students with an institutional GPA of 3.5 or higher. Students Write a complete program that prompts the user for the number of credit hours they have signed up for. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. Once the maximum number of hours is determined, display a message to the user that states “You may enroll in X credit hours this semester.” where X is the number of credit hours determined by your program. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter your GPA: 3.75 You may enroll in up to 21 credit hours this semester. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 5: First-Year Seminar All first-year full-time students entering Kennesaw State University with fewer than 15 semester hours are required to complete a First-Year Seminar. Students with 30 or more credit hours are not eligible to enroll in a First-Year Seminar. Write a complete program that prompts the user for the number of credit hours they have completed. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. When you run your program, it should display one of the following messages to the screen: • You must enroll in First-Year Seminar. • You do not have to take First-Year Seminar. • You are not eligible for First-Year Seminar. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Enter the number of credit hours have you completed: 30 You are not eligible for First-Year Seminar. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java
View More

4.Hi, can you help me with this discussion board? 1.Describe the use of [a] cowrie shells in Africa OR [b] ...

frica OR [b] wampum in North America as money; including, in particular, how this use changed following the arrival of the white man. 2.Describe [a] the use of the U.S. Dollar as a store of value in two to four other countries OR [b] Bitcoin. 3. Describe the process by which this country used to have a pattern involving bank panics and business cycles. 4.At this time, the breakeven expected inflation rate is 2.2 percent. What are [a] good reasons to suspect this is too high AND [b] too low? 5.What do the successes of Oprah Winfrey, Kanye West, and Michael Jordan in becoming billionaires say about the knowledge of saving and investment of some Americans?
View More

5.2)Two books are accelerating to the right on a frictional surface and the coefficient of kinetic friction between the floor ...

ction between the floor and book is µk. Using the information given in the figure: (a) draw free body diagrams for both the books, and also for the combined system (of mass m1+m2), (b) find acceleration of the books along horizontal direction, and (c) find the magnitude and direction of the force exerted by the left book on the right book. 3.A car of mass 1500-kg enters a circular path at point P and leaves at point Q (see the figure) at constant speed of 5.0m/s, and the frictional force acting on its tires is 2500-N. a) how long it takes to reach point Q from point P, and b) what should be the minimum value of the coefficient of static friction between the tires and the road? 4)In an elevator which is accelerating downward at 2.5ms−2 , a 25-kg block hangs from a spring attached to the ceiling of the elevator. If spring gets stretched by 0.15m, find its spring constant.
View More

6.Can domestic dogs understand human body cues such as leaning? The experimenter leaned toward one of two objects and recorded ...

two objects and recorded whether or not the dog being tested correctly chose the object indicated. A four-year-old male beagle named Augie participated in this study. He chose the correct object 42 out of 70 times when the experimenter leaned towards the correct object. (a) (2 points) Let the parameter of interest, π, represent the probability that the long-run probability that Augie chooses correctly. Researches are interested to see if Augie understands human body cues (better than gussing). Fill in the blanks for the null and alternative hypotheses. H0 : Ha : (b) (6 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 10%? (If you use an applet, please specify which applet you use, and the inputs.) (c) (5 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 5%? (If you use an applet, please specify which applet you use, and the inputs.) (d) (2 points) Are your conclusions from part (b) and (c) the same? If they are different, please provide an explanation. (e) (5 points) Shown below is a dotplot from a simulation of 100 sample proportions under the assump- tion that the long-run probability that Augie chooses correct is 0.50. Based on this dotplot, would a 90% confidence interval for π contain the value 0.5? Explain your answer. (f) (4 points) Compute the standard error of the sample proportion of times that Augie chose the object correctly. 1 (g) (5 points) (h) (3 points) question? (i) (4 points) (j) (4 points) A. B. C. Construct an approximate 95% confidence interval for π using the 2SD method. What is the margin of error of the confidence interval that you found in the previous How would you interpret the confidence interval that you found in part (g)? Which of the following is a correct interpretation of the 95% confidence level? If Augie repeats this process many times, then about 95% of the intervals produced will capture the true proportion of times of choosing the correct objective. About 95% times Augie chooses the correct objective. If Augie repeats this process and constructs 20 intervals from separate independent sam- ples, we can expect about 19 of those intervals to contain the true proportion Augie chooses the correct objective. (k) (4 points) object 21 out of 35 times. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. The center of the confidence interval would . The width of the confidence interval would . (l) (4 points) Suppose that we repeated the same study with Augie, and this time he chose the correct object 17 out of 35 times, and we also change the confidence level from 95% to 99%. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. Suppose that we repeated the same study with Augie, and this time he chose the correct The center of the confidence interval would The width of the confidence interval would . .
View More

7.1) Which of the following statements about scientific methods / theories is correct? (1/0/0) a) A scientific theory must be able to ...

a) A scientific theory must be able to be proven. b) A scientific theory has been derived from known facts and always applies. c) A scientific method should give different results depending on who performs the method. d) Knowledge of our surroundings usually emerges through an interplay between theory and experiment. 2) The sides of a straight block are measured to 3,202 cm; 0.0012 cm and 11.2 cm, respectively. Calculate the volume of the straightening block and enter it with the correct number of value digits. (2/0/0) Number of words: 0 3) A 9.2 dm long and evenly thick rod rests on a support. 0.55 dm from one end, a dynamometer is hung so that the rod will hang horizontally. Then the dynamometer shows 4.4 N. How much does the bar weigh? (1/1/0) Number of words: 0 4) A bar AB that is homogeneous and evenly thick has a length of 2.70 m and is rotatable about an axis at A. The bar weighs 25 kg and is kept in equilibrium by a force F which has its point of attack in B. is 45 degrees. How big is the force F? (1/1/0) Saved! 25 * 9.82 = 245.5 N Number of words: 6 5) A trolley rolls at a constant speed to the right. On the cart is an upward cannon that suddenly shoots a bullet. The carriage continues to the right with the same speed as before. Where does the bullet end up when it falls? For a detailed reasoning. (1/1/1) Number of words: 0 6) A river is 200 m wide. The water in the river flows at a speed of 2.5 m / s. A motorboat steers across the river at its maximum speed, which in stagnant water is 5.0 m / s. The boat is constantly heading perpendicular to the banks of the river. Where does the motorboat land on the other shore? (2/0/0) Number of words: 0 7) A ball with a mass of 2.0 hg moves at a constant speed in a circular path. The radius of the track is 1.5 m and it takes the ball 3.0 seconds to move one turn. How big is the centripetal force? (1/1/0) Number of words: 0 8) A bullet moves at a constant speed. Can we then safely say that the resultant of the forces acting on the bullet is zero? Motivate and discuss your answer. (0/1/1) Number of words: 0 9) A conductor is located between the poles of a permanent magnet. The current in the conductor goes in the direction of the plane of the paper (away from the reader). How is the force acting on the leader directed? (1/0/0) a) To the right of the figure b) To the left in the figure c) Downwards in the figure d) Upwards in the figure 10) Protons enter horizontally from the left between two large metal plates at a speed v = 0.80 Mm / s. The plates are connected to a voltage source with the pole voltage U. Between the plates there is a homogeneous magnetic field with a flux density of 38 mT directed perpendicular to the plane of the paper. The distance between the plates is 1.5 cm. They want the protons to continue with unchanged direction and speed between the plates. Which of the plates should be connected to the positive pole of the voltage source and how large should the voltage U be? (0/2/0) Number of words: 0 11) The magnetic flux Φ through a 700-speed coil decreases linearly with time according to the diagram below. Calculate the voltage across the coil at time t = 1.0 ms. 12) The current in a coil with an inductance of 35 mH has a growth rate of 6.2 A / s at a given moment. What is the instantaneous value of the ems induced in the coil?
View More

8.Landmark trust offers 5 year investment certificates at 15% compounded semi annually a) what is the value of a $2000 certificate ...

value of a $2000 certificate at maturity B) how much of the maturity value is interest
View More

1.AU MAT 120 Systems of Linear Equations and Inequalities Discussion

mathematicsalgebra Physics