You are using an outdated browser. Please upgrade your browser to improve your experience.
Dear Aunt Sally

PEMDAS is an acronym that is taught in school classrooms across the nation

PEMDAS is an acronym that is taught in school classrooms across the nation

Dear Aunt Sally

by Neil Rohan
Dear Aunt Sally
Dear Aunt Sally
Dear Aunt Sally

What is it about?

PEMDAS is an acronym that is taught in school classrooms across the nation. It helps students remember the priority, or Order of Operations, used to solve expressions involving strings of numbers and operators. It stands for:

Dear Aunt Sally

App Details

Version
4.1
Rating
(4)
Size
10Mb
Genre
Education Reference
Last updated
May 1, 2024
Release date
July 19, 2021
More info

App Screenshots

Dear Aunt Sally screenshot-0
Dear Aunt Sally screenshot-1
Dear Aunt Sally screenshot-2
Dear Aunt Sally screenshot-3
Dear Aunt Sally screenshot-4
Dear Aunt Sally screenshot-5
Dear Aunt Sally screenshot-6
Dear Aunt Sally screenshot-7
Dear Aunt Sally screenshot-8
Dear Aunt Sally screenshot-9

App Store Description

PEMDAS is an acronym that is taught in school classrooms across the nation. It helps students remember the priority, or Order of Operations, used to solve expressions involving strings of numbers and operators. It stands for:



P(arenthesis)
E(xponent)
M(ultiplication)
D(ivision)
A(ddition)
S(ubtraction)



A familiar mnemonic widely used in place of PEMDAS is: Please Excuse My Dear Aunt Sally. Thus the name of this application... Kind of an inside joke for the mathematical types.



Computers, including smart phone calculators, desktops, etc. have built in functionality to properly interpret such expressions so we don't have to. But have you ever wondered what algorithms the CPU executes to get the right answer every time? This app demonstrates one such algorithm called the Shunt Yard, developed a few years back by Professor Edsger W. Dijkstra.



We’re going to take a closer look under the hood at Order of Operations algorithms. It will interest programmers and school students alike; for programmers, the use of queues and stacks will reinforce previous computer science learning; for students, it allows them to write an expression, then analyze it using Order of Operations rules, step by step. The Quiz mode generates random expressions of user selected lengths and magnitudes and checks the student's answer. Incorrect answers can be examined using the same step by step process.

In the SOLVE mode, algebraic expressions are entered free hand using an internal keyboard which limits entries to the five common mathematical operators (+ - / * ^) as well as one level of parenthesis. There is a maximum term limit of ten variables, but no limit to their magnitude in this mode.

In the QUIZ mode, between two and ten variables can be selected, their maximum value and which operators that are eligible. The program then randomly generates an algebraic expression using these parameters.

Both modes make available an analysis page which is used to step through the solution. Stack/Queue dynamics are displayed.

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.