Search how-can-you-use-reasoning-to-maintain-the-same-relationship-between-two-quantities-as-one-of-the-quantities-changes

How can you use reasoning to maintain the same relationship between two quantities as one of the quantities changes

 
 

Top Questions

1.Considering your personal learning style, what are some steps you can take to improve your listening skills? Compose a substantive post ...

skills? Compose a substantive post where you discuss two or more facts/ideas/concepts/etc. covered in the scholarly sources that you utilized and explain how those facts/ideas/concepts/etc. relate to you applying your personal learning style to improve your listening skills. Be careful with citing your work, do not use more than 4 words from someone else writing. Be sure to write your posts in a Word or Google document (checking for anything underlined and use spell check) before copying and pasting to the Discussion Board
View More

3.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.Focus your lede on how people are affected. You will be graded based on the following: Your lede must be 35 words ...

de must be 35 words or less and one sentence. (10 pts.) Include the who, what, when, where and possibly the why and how in a one-sentence paragraph (a nut graph, or second one-sentence paragraph, can be used to explain the why and how if needed) (10 pts.) The most important information should come in the first 10 to 12 words (10 pts.) Write in active voice (10 pts.) Attribute the information (10 pts.) Use correct AP style (-2 pts for each AP style or grammar error). Here is the information for your lede: #2 - A man was doused with rubbing alcohol and set on fire Saturday because he ate the wrong Easter bunny. Irvine Police said a woman was angry because Paul Carter, 62, ate her chocolate Easter bunny. The man, who is confined to a wheelchair and has cancer, was eating the bunny at the Eastern Hills Nursing Home. He was taken to the University of California Irvine Burn Center with third-degree burns, police spokesman Milton Burel said.
View More

5.I am trying to figure out how to use the equation of a rainbow so I can make one with ...

istance of where I’m trying to make the rainbow from start to end is 126 blocks and I have no clue how to calculate this but if you could help me out I’d really appreciate it!
View More

6. Take me as someone who has always had an interest in air pollution, but doesn't have the time to learn ...

earn about it independently. I am hiring you to learn all that you can about it and put together a report that will summarize all the information so that I can learn as much as I can in as little time as possible. Here is what you need to include in your report: An explanation of air pollution. What is air pollution? // Explain 4 causes of air pollution. Explain 2 sources of air pollution. What are the toxins or pollutants that contaminate the air? Explain at least 5 effects of air pollution on human health and/or the environment. Explain 3 solutions to stopping air pollution. What can be done by the government or private organizations? Work cited page should also be included, listing all the sources you used to get your information. THIS REPORT SHOULD BE TYPED AND ORGANIZED IN 5 OR MORE PARAGRAPHS. READ THE RUBRIC BELOW CAREFULLY TO UNDERSTAND HOW THIS PROJECT WILL BE GRADED!! WORKS CITED PAGE General guidelines for citing sources: List entries alphabetically by author (if no author list title first) Separate entries with periods General format: Author, last name first. "Webpage title." Website title. Date published/updated. Organization/publisher. Date accessed. < URL > Example: Landsberger, Joseph. “Citing Websites." Study Guides and Strategies . 12 May 2005. University of X. 13 May 2005. < http://www.studygs.net/citation.htm >. These websites will format your citations for you: http://citationmachine.net/ & http://easybib.com/ **You should use google slides or powtoons to put together your information. You should have a minimum of 6 slides not including the title slide with your name.** DUE FRIDAY, APRIL 3, 2020 Rubric Criteria Points Information Included Three or more required elements are missing (not including additional facts). (20 points) 1 or 2 required elements are missing (not including additional facts). (30 points) All required information is present, but no additional information is given. (40 points) All required information is present, including two additional facts. (50 points) _________ Quality of information Information has little or nothing to do with the main topic OR sections do not provide any supporting detail or explanation. (5 points) Information clearly relates to the topic, but some sections are lacking detail and explanation. (10 points) Information clearly relates to the main topic and all sections include some supporting detail and explanation. (15 points) Information clearly relates to the main topic and all sections include significant supporting details and explanation. (20 points) ________ Format Title page is not present at all AND/OR there are errors in typing, spacing, no picture, etc. (5 points) Product has improperly formatted title page AND/OR no picture or not creative. (8 points) Product has incorrectly formatted title page and has pictures. (12 points) Product has a title page in the proper format, has pictures and is creative. (15 points) ________ Spelling/Grammar 5 or more grammatical, spelling or punctuation errors present throughout the product. (2 points) 3-4 grammatical, spelling or punctuation errors present throughout the product. (3 points) 1-2 grammatical, spelling or punctuation errors present throughout the product. (4 points) No grammatical, spelling or punctuation errors present throughout the product. (10 points) ________ Works Cited Works Cited page not present. (2 points) All sources are documented with 3-4 errors in format OR Works Cited is not done a separate page. (3 points) Works Cited is done on a separate page and all sources are documented with 1-2 errors in format. (4 points) Works Cited is done on a separate, properly headed page with all sources documented in proper Works Cited format. (5 points) ________ Total _____/100
View More

7.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

8.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

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

mathematicsalgebra Physics