Shon T.

asked • 09/29/17

What is the full answer to this problem? (Can you please show work on this so I can see how it is done?)

Solve the following system of equations algebraically.
3x-y=0 
5x+2y=22

2 Answers By Expert Tutors

By:

David W. answered • 09/29/17

Tutor
4.7 (90)

Experienced Prof

Mark M. answered • 09/29/17

Tutor
5.0 (278)

Mathematics Teacher - NCLB Highly Qualified

Mark M.

Yup, another type, David! Shall edit.
Report

09/29/17

David W.

Correction:    another typo, same type
Report

09/29/17

Mark M.

A typical type of typo?
Report

09/29/17

David W.

"The dyslexic agnostic wonders if there really is a dog."      [thought of you]
 
Now, in the management of computer programming and software engineering, it is serious science to categorize the "typical types" of errors that a person, a team, or a division regularly make.  So, when programs are reviewed, the expected error rates have a predictable distribution, and reviewers know what to look for.  For example,
  -  Joe learned that subscripts of sequence terms start at 0; our programming standard starts them at 1 -- often, Joe's code has one too many iterations of a loop (note: other people might often have one too few)
  -  Jill had only one data base class in college, so she often uses relational tables incorrectly; someone must always verify that part of her programs.
  -  This team has been using British units for years; we want the program to use metric units.
 
So, if you know the "typical type of typo," it makes spelling/grammar check much easier, and the program can offer better substitutions for you (as well as medical dictionaries, legal dictionaries, etc.)
 
Now, programming language editor software in an IDE (Interactive Development Environment) that has an "auto-complete" facility is really cool -- as you type, it suggests a drop-down list of alternatives for completing the name of a variable or a function.  That eliminates many, many types (no, I mean typos).
 
 
Report

09/29/17

Mark M.

Ah, yes, the failure of the NASA orbiter in 1999!
Report

09/29/17

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.