GithubHelp home page GithubHelp logo

anthonytapias / dsc-2-13-05-lingalg-linear-equations-quiz-nyc-career-ds-102218 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learn-co-students/dsc-2-13-05-lingalg-linear-equations-quiz-nyc-career-ds-102218

0.0 1.0 0.0 10 KB

License: Other

Jupyter Notebook 100.00%

dsc-2-13-05-lingalg-linear-equations-quiz-nyc-career-ds-102218's Introduction

Systems of Linear Equations - Quiz

Introduction

Following scenarios present problems that can be solved as system of equations, while performing substitutions and eliminations as we saw in the previous lesson.

  • Solve these problems by hand, showing all the steps to work out the unknown variable values
  • Verify your answers by showing the calculated values satisfy all equations

Objectives

You will be able to:

  • Describe a system of linear equations for solving simple analytical problems
  • Solve a system of equations using elimination and substitution

Exercise 1

Joe paid 12 dollars for 4 cups of coffee and 4 cups of tea. 3 cups of coffee cost as much as 2 cups of tea.

What would be the total cost of 5 cups of coffee and 5 cups of tea ?

Solution

Let x be the unit price of coffee and y be the unit price of tea

# Your solution here 

Exercise 2

Jim has more money than Bob. If Jim gave Bob 20 dollars , they would have the same amount. While if Bob gave Jim 22 dollars, Jim would then have twice as much as Bob.

How much does each one actually have?

Solution

Let x be the amount of money that Jim has and y be the amount that Bob has.

# Your solution here 

Exercise 3

Mia has 30 coins, consisting of quarters (25 cents) and dimes (10 cents), which total to the amount 5.70 dollars.

How many of each does she have?

# Your solution here 

Level up - Optional

For more pratice with linear equations, Visit following links for more complex equations and online answers verification:

Summary

In this lesson, we saw how to solve linear equations by hand to find the co-efficient values. We shall now move forward to have a deeper look into vectors and matrices and how Python and Numpy can help us solve more complex equations in an analytical context.

dsc-2-13-05-lingalg-linear-equations-quiz-nyc-career-ds-102218's People

Contributors

shakeelraja avatar loredirick avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.