Notes, summaries, assignments, exams, and problems for Mathematics

Sort by
Subject
Level

Shapefiles and Geometric Analysis in GIS Projects

Classified in Mathematics

Written on in English with a size of 2.38 KB

What is a Shapefile?

A shapefile is an Esri vector data storage format for storing the location, shape, and attributes of geographic features. It is stored as a set of related files and contains one feature class. Google Earth, an Online Satellite Imagery (OSI) Technique, is a tool for generating shapefiles.

Geometric Analysis Tools in Projects

Example 1: Population Maps of To Kwa Wan using ArcGIS

We used ArcGIS to create population maps of To Kwa Wan.

  1. Selected population and working population data from the C&SD department.
  2. Opened TPUs with the population data in ArcGIS.
  3. Calculated the area of the TPUs based on Hong Kong 1980 Grid, determining population densities.
  4. Created maps with different population densities, using graduated colors to represent
... Continue reading "Shapefiles and Geometric Analysis in GIS Projects" »

esparrr

Classified in Mathematics

Written on in English with a size of 1.12 KB

Formal letter

We are writing in reference to your new products advised in March 23 edition of “Info Globe”. We are a software company based in Berlin which specializes in Games Development.

Our company is currently developing a new software to improve old games quality. We are interested in designing a new video game console which would works with old games with a better graphics quality.

 We would like to request a catalogue of your lasted collection that was advised in Info Globs. Please let us know if you would be interested in scheduling a meeting.

 I look forward to hearing from you.

Yours sincerely, M Walton

Calculating Probabilities from a Table: Ethics Course Requirement

Classified in Mathematics

Written on in English with a size of 3.47 KB

Faculty and Student Responses

A university president proposed that all students must take a course in ethics as a requirement for graduation. The table below gives the responses of a sample of faculty and students at the university when asked their opinion on this issue.

Y: FAVOR O: Oppose N: Neutral

Totals

F: Faculty         45             15             10                    70

S: Student        90             110             30                  230 

 Totals   135               125                40

Probabilities

1. Find the following probabilities; each time ONE person is being randomly selected.

P(S or Y) = (230 + 135 – 90)/... Continue reading "Calculating Probabilities from a Table: Ethics Course Requirement" »

Understanding Systematic Sampling and Statistical Significance

Classified in Mathematics

Written on in English with a size of 1.24 KB

Systematic Sampling: Type of Probability Sampling Method

In systematic sampling, sample members from a larger population are selected according to a random starting point but with a fixed, periodic interval. The sampling interval, calculated by dividing the population size by the desired sample size, determines the selection.

Oversampling: Techniques to Adjust Class Distribution

Oversampling is a data analysis technique used to adjust the class distribution of a data set, ensuring a balanced representation of different classes/categories.

P Value: Probability of Obtaining Extreme Test Results

The p value represents the probability of obtaining test results at least as extreme as the observed results during the test, assuming the null hypothesis... Continue reading "Understanding Systematic Sampling and Statistical Significance" »

Calculating Probabilities from a Table

Classified in Mathematics

Written on in English with a size of 2.5 KB

Worksheet: Revisiting Calculating Probabilities from a Table

1. Goals

G: GradesP: PopularS: SportsTotals
B: Boy1175060227
F: Girl1309130251
Totals24714190| 478

P(F) = 251/478 = 0.525

The probability that a randomly selected student is a girl is 0.525.

P(PC) = (247 + 90)/478 = (478 – 141)/478 = 337/478 = 0.705

The probability that a randomly selected student did not indicate being popular as a primary goal is 0.705.

P(B or S) = (227 + 90 – 60)/478 = 257/478 = 0.538

The probability that a randomly selected student is a boy or indicated a primary goal is to excel at sports or both is 0.538.

P(B and S) = 60/478 = 0.126

The probability that a randomly selected student is a boy and indicated a primary goal is to excel at sports is 0.126.

P(S|B) = 60/227 =... Continue reading "Calculating Probabilities from a Table" »

Financial Reporting Essentials: Segments, Interim Periods, & FX Rates

Classified in Mathematics

Written on in English with a size of 3.93 KB

Operating Segments & Disclosures

Revenue Test Criteria

Both external and intersegment revenue are included in the revenue test.

Profit & Loss (P&L) Test

The P&L test includes 10% of the higher absolute value of intersegment revenue and expenses.

Management's Business Evaluation

Management evaluates business results along product, customer, or geographic lines, not based on legal entity results.

Defining an Operating Segment

  • Includes state
  • Reviewed by the chief decision maker
  • Discrete information available
  • Product is the primary breakdown, with geographic and customer as secondary.

Operating Segment Disclosure Rules

  • Must reconcile to GAAP.
  • For immaterial operating segments, revenue, P&L, and assets must be disclosed.

Non-Operating Segment

... Continue reading "Financial Reporting Essentials: Segments, Interim Periods, & FX Rates" »

Intelligence and Genetics: Key Concepts and Correlations

Classified in Mathematics

Written on in English with a size of 2.6 KB

Which of the following example fluid intelligence (A- Solving logic problems)

Identify the 3 intelligences proposed by Sternberg (E- Analytical, creative and practical)

Emotional intelligence does NOT refer to a person's ability to (D- achieve personal success in life)

Which of the following correlation coefficients indicated the lowest (D- +.22)

The Flynn effect refers to (D- worldwide phenomenon of rising intelligence scores during 20th century)

Which of the following is NOT evidence supporting genetic influence (B- adopted children most closely resemble their adopted parents intelligence levels)

The scores on an exam are normally distributed 84 to 88 (B- 2)

If these scores ranged from 52-96, which could be the standard deviation (A- 11)

Which of

... Continue reading "Intelligence and Genetics: Key Concepts and Correlations" »

Math Symbols

Classified in Mathematics

Written on in English with a size of 3.2 KB

In the examples C = {1,2,3,4} and D = {3,4,5}

SymbolMeaningExample{ }Set: a collection of elements{1,2,3,4}A ∪ BUnion: in A or B (or both)C ∪ D = {1,2,3,4,5}A ∩ BIntersection: in both A and BC ∩ D = {3,4}A ⊆ BSubset: A has some (or all) elements of B{3,4,5} ⊆ DA ⊂ BProper Subset: A has some elements of B{3,5} ⊂ DA ⊄ BNot a Subset: A is not a subset of B{1,6} ⊄ CA ⊇ BSuperset: A has same elements as B, or more{1,2,3} ⊇ {1,2,3}A ⊃ BProper Superset: A has B's elements and more{1,2,3,4} ⊃ {1,2,3}A ⊅ BNot a Superset: A is not a superset of B{1,2,6} ⊅ {1,9}AcComplement: elements not in ADc = {1,2,6,7}
When set universal = {1,2,3,4,5,6,7}A − BDifference: in A but not in B{1,2,3,4} − {3,4} =
... Continue reading "Math Symbols" »

Essential Time Management and Scheduling Vocabulary

Classified in Mathematics

Written on in English with a size of 2.48 KB

Unit 7: Scheduling and Time Management

  • Date: A numbered day in a month. *What's the date today?
  • Schedule: To plan your tasks. *We have to schedule the flight.
  • Paper Diary: A traditional notebook to write down tasks and important dates. *I use the diary more than the electronic planner.
  • Electronic Planner: A digital device used to store information.
  • Wall Calendar: A paper display showing 12 months divided into weeks and days. *I have to erase an appointment on the wall calendar.
  • Up to Date: Containing the latest information. *I bought a diary to stay up to date.
  • Appointment: A formal arrangement to meet or visit.
  • Erase: To remove something. *I have to erase an appointment on the wall calendar.
  • Deadline: A specific time or day by which something must
... Continue reading "Essential Time Management and Scheduling Vocabulary" »

Understanding Prefixes, Suffixes, and Root Words

Classified in Mathematics

Written on in English with a size of 2.88 KB

Understanding Prefixes and Suffixes

A prefix is a letter or a group of letters that appears at the beginning of a word and changes the word’s original meaning.

A suffix is a letter or a group of letters that is usually added onto the end of words to change the way a word fits into a sentence grammatically.

Nouns, verbs, adjectives, and adverbs all tend to use different suffixes, which makes them easier to remember. Collectively, prefixes and suffixes are known as affixes.

What Are Affixes?

An affix is added to the root of a word to change its meaning.

  • An affix added to the front of a word is known as a prefix.
  • One added to the back is known as a suffix.

Sometimes, prefixes are hyphenated. Read more about hyphens in prefixes.

Examples of Affixes

Here... Continue reading "Understanding Prefixes, Suffixes, and Root Words" »