19.01.2014 Computer-based problems Sergey Pozdnyakov RUSSIA Workshop on problem creation.

Slides:



Advertisements
Similar presentations
9.6 Graphing Inequalities in Two Variables
Advertisements

In this episode of The Verification Corner, Rustan Leino talks about Loop Invariants. He gives a brief summary of the theoretical foundations and shows.
1.3 Solving Equations 1.5 Solving Inequalities
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Computability and Complexity 32-1 Computability and Complexity Andrei Bulatov Boolean Circuits.
Algebra1 Square-Root Functions
EXAMPLE 4 Apply variable coordinates
Volume of a Rectangular Prism
Math Pacing Graphing Inequalities in Two Variables.
Properties of Logarithms They’re in Section 3.4a.
Solving Exponential Equations…
Logarithmic and Exponential Equations
Section 11.6 Pythagorean Theorem. Pythagorean Theorem: In any right triangle, the square of the length of the hypotenuse equals the sum of the squares.
Sections Logarithmic Functions (5.3) What is a logarithm??? LOGS ARE POWERS!!!! A logarithm or “ log ” of a number of a certain base is the exponent.
I CAN APPLY PROPERTIES OF LOGARITHMS. Warm-up Can you now solve 10 x – 13 = 287 without graphing? x ≈ 2.48.
11.3 – Exponential and Logarithmic Equations. CHANGE OF BASE FORMULA Ex: Rewrite log 5 15 using the change of base formula.
8.5 – Exponential and Logarithmic Equations. CHANGE OF BASE FORMULA where M, b, and c are positive numbers and b, c do not equal one. Ex: Rewrite log.
Solving Exponential and Logarithmic Equations Section 8.6.
 If m & n are positive AND m = n, then  Can solve exponential equation by taking logarithm of each side of equation  Only works with base 10.
Lesson 2- 6: Radical Functions Advanced Math Topics.
Discrete Mathematics Math Review. Math Review: Exponents, logarithms, polynomials, limits, floors and ceilings* * This background review is useful for.
EXAMPLE 2 Graph linear inequalities with one variable
Solve a logarithmic equation
Solving Quadratic Equations – Part 1 Methods for solving quadratic equations : 1. Taking the square root of both sides ( simple equations ) 2. Factoring.
Inequalities and their Graphs Objective: To write and graph simple inequalities with one variable.
Derivatives of Logarithmic Functions Objective: Obtain derivative formulas for logs.
5.4 Properties of Logarithms 3/1/2013
Estimating Fractions.
Introduction To Logarithms. Introduction to Logarithmic Functions You were introduced to inverse functions. Inverse functions is the set of ordered pair.
Copyright © 2010 Pearson Education, Inc. All rights reserved Sec
4.7 Triangles and Coordinate Review of Distance formula and Midpoint formula.
Graphing Log Functions Pre-Calculus. Graphing Logarithms Objectives:  Make connections between log functions and exponential functions  Construct a.
Precalculus – Section 3.3. How can you use your calculator to find the logarithm of any base?
Aim: What is the common logarithms?
4.5 Properties of Logarithms. Properties of Logarithms log log 6 3 log 4 32 – log 4 2 log 5 √5.
Discrete Mathematics Lecture # 22 Recursion.  First of all instead of giving the definition of Recursion we give you an example, you already know the.
Lesson 10.2Logarithmic Functions Logarithm: Inverse of exponential functions. “log base 2 of 6” Ex: Domain: x>0 Range: all real numbers Inverse of exponential.
Bell Work: What is the area of a circle with a radius of 6 inches?
8.5 Properties of Logarithms 3/21/2014. Properties of Logarithms Let m and n be positive numbers and b ≠ 1, Product Property Quotient Property Power Property.
Applying the Pythagorean Theorem and Its Converse 3-9 Warm Up Warm Up Lesson Presentation Lesson Presentation Problem of the Day Problem of the Day Lesson.
10.2 Logarithms and Logarithmic functions. Graphs of a Logarithmic function verse Exponential functions In RED y = 10 x.
8.5 – Exponential and Logarithmic Equations
Modeling with Recurrence Relations
Inequalities and their Graphs
Inequalities and their Graphs
8-5 Exponential and Logarithmic Equations
8.5 – Exponential and Logarithmic Equations
Word Problems.
6.4 Logarithmic & Exponential Equations
The Law of Cosines.
Properties of logarithms
“Graphing Square Root Functions”
Inequalities and their Graphs
7.5 Exponential and Logarithmic Equations
Properties of Logarithmic Functions
l = 2w + 5 w w 2w + 2l =42 D IS THE RIGHT ANSWER! l = 2w + 5
5.5 Properties of Logarithms (1 of 3)
Volume of a Rectangular Prism
Discrete Math (2) Haiming Chen Associate Professor, PhD
5.7: THE PYTHAGOREAN THEOREM (REVIEW) AND DISTANCE FORMULA
Inequalities and their Graphs
Section 6.8 Linear Inequalities in Two Variables
Solve for x: log3x– log3(x2 – 8) = log38x
Truth and Proof Math vs. Reality Propositions & Predicates
4.5 Properties of Logarithms
If a triangle is a RIGHT TRIANGLE, then a2 + b2 = c2.
Using Properties of Logarithms
Just how far from zero are you?
Roots, Radicals, and Root Functions
Lesson Evaluating and Simplifying Expressions
Presentation transcript:

Computer-based problems Sergey Pozdnyakov RUSSIA Workshop on problem creation

Logical problems with parameters Let's consider a class of logarithmic functions which is determined by the formula y=log a k(x+b) and a predicate which restricts the domain of parameters - a>0 & a not equal to 1. Find conditions on a, b, c for function graph neither has points inside the III quarter of coordinate plane.

Program for verification (a 0 ) | (a>1 & k<0) There are wrong solutions (pic. to the left - red). Eliminate them. (a 0 & k*b 0) | (a>1 & k 1) We have missed some solutions (pic. to the right - yellow) Find all solutions

Generated tasks Consider the 6-digit numbers of tram billets: ,… ,… The billet is named lucky if the sum of three first digits is equal to sum of next three. For example, is lucky number. Now I get the number Find the nearest lucky number (simplification: next to number under consideration). If I get number abcdef, write the formula for next nearest lucky number.

Program idea It is websudoku type problem. It is possible to find many problems of such type and use them for such named oral contests when the main parameter for answer is speed of reply. From the other side it is crossword type problem and can be used in SMS Olympyad.

Not fully determined problems On the photo you see the way how to do Sugar cotton wool in Thailand. If we have caramel cylinder with H=0.3 m and D=0.01 m, how many times we need to curtail it twice and then stretch it to same length to get strings less than human hair.

Internet based problems There is good possibility to use such a problem for internet-search to determine all the parameters of the problem. Other idea is to find other applied problems which has the same structure.

Discrete math problems One can prove that the voting function of 3 variables is a kind of basic voting function, i.e. a voting function of n variables can be expressed only in terms of voting function of 3 variables. The problem of CIE contest was to provide such expression for a voting function of 7 variables. It is possible, as it was already said, but the proof does not provides any way to construct the expression. Let us consider another problem, it concerns Boolean functions. Voting function of n variables (for odd n) is a function, that equals 1 if and only if the number of variables equal to 1 is greater than n/2. In other words there are n voters that say 1 (pro) or 0 (contra), and if more than a half of voters says 1 (pro), then the result is 1 (i.e. pro).

Voting automation solution