New Reply

Forming a specific number with given numbers and operations

 
Share Thread Thread Tools
May31-12, 05:04 PM   #1
 

Forming a specific number with given numbers and operations


Suppose you are given (1) a natural number N; (2) a set of natural num-
bers S = {n1; n2; : : : }; (3) a set of arithmetic operators, say +; -;*; =
(with the usual meaning of addition, multiplication, substraction, di-
vision). Your job is to construct an arithmetic expression R built from
the given operators and using each of the numbers in S exactly once,
with R = N.
(a) Explain in general how you could solve that problem.
(b) Solve the speci c instance: N = 24, S = {1; 3; 4; 6}
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
May31-12, 05:38 PM   #2
 
Recognitions:
Gold Membership Gold Member
so how would YOU do it?
New Reply
Thread Tools


Similar Threads for: Forming a specific number with given numbers and operations
Thread Forum Replies
Operations on irrational numbers General Math 4
Are the number of operations countable or uncountable? Linear & Abstract Algebra 34
Finding integer numbers using basic operations Linear & Abstract Algebra 0
Delete a specific number from beginning of string of numbers Programming & Comp Sci 8
Factors of triangular numbers forming arithmetic series Linear & Abstract Algebra 4