Search how-do-you-use-elimination-or-subsitution

How do you use elimination or subsitution

 
 

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.THINK: WHAT NEW LIT THEORY LENS DO YOU THINK SHOULD EXIST? When preparing for this assignment, ask yourself the following ...

yourself the following to start planning your new theory: Is there a theory we studied that you disagree with? What about it do you dislike or wish to change? Why? Which theory would you want to expand further or alter to make it more inclusive of a certain group/culture/trend etc.? What topics in the media angers/upsets/excites/confuses you the most? While reading The Immortal Life of Henrietta Lacks and/or an essay from The Anthropocene Reviewed, were you particularly drawn to certain events/characters/settings/symbols etc.? What is your favourite genre of media? (i.e. novels, films, short stories/films, articles, TV shows, poetry, advertising, social media etc.) CREATE: Now use your brainstorming and knowledge of literary theories to create a new school of literary criticism and apply it to either Henrietta Lacks OR The Anthropocene Reviewed, and one other text of your choice. PRESENT: Design and create a multimedia presentation that incorporates words and images/graphics presenting your new theory. What kind of multimedia presentation should I create? E.g. a slideshow of 10-15 slides, a video no longer than 2 minutes, an infographic, an annotated painting/graphic design, magazine article/issue Your multimedia presentation must include the following: a unique name for your new theory a brief definition for your theory - types of questions to ask yourself when using your lens a brief rationale statement for your theory (rationale is basically why you believe this theory needs to exist and how it was inspired) an application of your theory to any piece of literature (novel, play, short story, fairy tale) or alternate media text (TV show, comic, advertisement, painting, film clip) **Note: You will have to summarize/introduce your choice of text (e.g. film clip, fairy tale, comic, painting etc.) before you apply your theory an application of your theory to one passage approx. 250 words long from The Great Gatsby. (not the passage you chose from Lit Theory Assignment #1) Complete the “Student Comments” part of the rubric (see below) evaluating your final piece Check out some Level 4 examples to get an idea of what a new theory and its application could look like for student selected texts. You will upload your final presentation to GC on the due date as shown on the class calendar. You will NOT have to present your final product to the class.
View More

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

6. Research Project & Presentation Your Task: Create a Google Drive Presentation that demonstrates your knowledge and understanding of significant concepts in ...

your knowledge and understanding of significant concepts in Biology and Chemistry. Describe the relationship of some or all of the significant concepts that you identify through the use of a specific example. General Format of the Presentation: Twelve Slides (Minimum). Two Appropriate and Interesting Videos - length of the video must be reasonable and content must be focused. Three interactive links must be included. Appropriate and well-placed pictures and illustrations. 1 - 2 uses of audio recordings - i.e. you describing knowledge that contributes to your Presentation. Minimal use of text alone. Multimedia used to convey knowledge and understanding on each slide. Content: 3 Big Ideas in Biology - *must include the basic unit of life, the Cell, and why it is important to the structure, function, and evolution of life on Earth. 3 Big Ideas in Chemistry - *must include the basic unit of matter, the Atom, and why it is important to the structure, function, and evolution of life on Earth. Specific Example: Pick Your Own Example that combines some or all of your big ideas from Biology and Chemistry and describe how those big ideas affect the structure, function, and evolution of your example. Example 1: The Ocean Think of the ocean as a biome made up of non-living and living things. How do your big ideas in biology and chemistry relate to the structure, function, and evolution of the oceans? Include descriptions (examples) of the relationship between the non-living (chemistry) and living (biology) things in oceans. Example 2: A Bear Think of a bear as a living organism that is made up of and relies upon non-living (chemistry) and living (biology) things. What is the bear made up of? Cells that form ________ that form _________ that form _________ that form the bear. What does a bear eat? What nutrients does a bear get from the specific foods that it eats? How do these nutrients (chemical elements of a bear’s diet) contribute to the growth, function, and structure of the bear? **You may use one of the examples provided or pick your own. Steps: Step 1: Identify 3 big ideas in Biology ( 1 idea must be the Cell, basic unit of life) Step 2: Identify 3 big ideas in Chemistry (1 idea must be the Atom, basic unit of matter) Step 3: Choose your specific example. Step 4: Slide 1 - Project Title Slide. Step 5: Slides 2 - 11 (minimum) - Body of Project. Step 6: Slide 12 - Conclusion. Step 7: Turn in your presentation for my revisions. Step 8: Revise. Step 9: Turn in your final research project presentation for grading.
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.Length: 500-750 words Prompt: Egalia’s Daughters (1977) is a “satire of the sexes” in which traditional Western gender roles ...

which traditional Western gender roles are reversed. Read the introductory chapterPreview the document. Write a paper analyzing what traditional Western gender roles are “reversed” in the kingdom of Egalia. How does language help to define the roles? Do you think the author believes in natural gender roles or does she believe they are socially constructed? Why? Writing tips: Organize your paper into paragraphs; try to focus each paragraph on a particular idea which includes an argumentative claim and evidence to support it. Citations may be parenthetical with page number. For example, (10). Use quotation marks for direct quotes.
View More

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

mathematicsalgebra Physics