linear algebra symbols Crossword Puzzles

Algebra Terms 2025-05-05

Algebra Terms crossword puzzle
Across
  1. number multiplied by a variable in a term
  2. a statement that compares two expressions using symbols
  3. a polynomial with three terms
  4. a visual representation of an equation or inequality
  5. the point where a line crosses the x-axis or y-axis
  6. an equation where the highest power of the variable is 2
  7. a polynomial with one term
  8. a set of two or more equations with the same variable
  9. to multiply a term by each term inside of the parenthesis
Down
  1. an expression with one or more terms
  2. a polynomial with two terms
  3. is a number that doesn't change
  4. to write and expression in its simpliest form
  5. to find the value(s) of the variable(s) to make the expression true
  6. an equation where the highest power of the variable is 1
  7. combination of variables,constants,operations
  8. is a polynomial function of the second degree meaning it has a highest exponent of 2 in its variable
  9. a measure of the steepness of a line
  10. a number or expression that divides evenly into another number or expression
  11. a symbol usually a letter that represents number

20 Clues: a polynomial with one terma polynomial with two termsa polynomial with three termsis a number that doesn't changean expression with one or more termsa measure of the steepness of a linenumber multiplied by a variable in a termto write and expression in its simpliest formcombination of variables,constants,operations...

TY B.Tech- CCE- Sem-V_Communication Engindeering_Internal Assessment-II_July to November 2025 Term 2025-10-28

TY B.Tech- CCE- Sem-V_Communication Engindeering_Internal Assessment-II_July to November 2025 Term crossword puzzle
Across
  1. A type of variable-length code optimal for symbol probabilities
  2. Syndrome decoding reveals which bits are in _____
  3. Matrix used to check parity in block codes
  4. Coding method that approximates source data, allowing some error
  5. ____ coding is used to add redundancy for error correction
  6. When integrity of original data is critical______coding is preferred
  7. In source coding ______ is a measure of information content
  8. If R>C, reliable communication is______
Down
  1. Linear block codes use this matrix for encoding
  2. The concept of unpredictability or randomness in information theory is ____
  3. When syndrome is zero, the received word is valid____
  4. The fundamental unit of information in source coding
  5. Entropy is maximized when all symbols are equally _____
  6. The maximum theoretical data rate for reliable transmission through noisy channel is called as channel ______
  7. The process of locating and fixing errors using syndrome
  8. Source coding is used primarily to achieve _____ by reducing data size
  9. For R<C, the probability of error can be made arbitrarily_____.
  10. Channel capacity is achieved when the transmission rate is _____ then or equal to capacity
  11. The scientist who formulated source coding theorem
  12. The vector derived by multiplying the received word by the transpose of the parity-check matrix

20 Clues: If R>C, reliable communication is______Matrix used to check parity in block codesLinear block codes use this matrix for encodingSyndrome decoding reveals which bits are in _____The scientist who formulated source coding theoremThe fundamental unit of information in source codingWhen syndrome is zero, the received word is valid____...

Algebra Crossword Puzzle 2026-05-14

Algebra Crossword Puzzle crossword puzzle
Across
  1. An expression with one or more terms, often with non-negative integer exponents.
  2. A statement that two expressions are equal, usually containing an equal sign.
  3. The small number to the right of a base indicating repeated multiplication.
  4. A polynomial equation of the second degree (e.g.; ax^2)
  5. A mathematical sentence using symbols like <, >, or not equal to
  6. An equation or expression of the first degree, resulting in a straight line.
  7. A polynomial with only one term.
  8. A mathematical phrase containing numbers, variables, and operators, but no equal sign.
  9. A polynomial consisting of three terms
  10. The set of all possible input values (x-values)
Down
  1. A relation where each input has exactly one output
  2. The set of all output values (y-values).
  3. Breaking down a polynomial into its divisors.
  4. A polynomial with exactly two terms.
  5. A letter or symbol representing an unknown number.
  6. The numerical factor multiplied by a variable in a term.
  7. The point where a line crosses the x-axis or y-axis
  8. The measure of the steepness of a line (rise over run)
  9. A value or number that never changes in an equation.
  10. The solutions or zeros of a polynomial function

20 Clues: A polynomial with only one term.A polynomial with exactly two terms.A polynomial consisting of three termsThe set of all output values (y-values).Breaking down a polynomial into its divisors.The solutions or zeros of a polynomial functionThe set of all possible input values (x-values)A relation where each input has exactly one output...

17th Jan 2023-01-17

17th Jan crossword puzzle
Across
  1. 영향을끼치다
  2. 물리적인
  3. 방정식(수학)
  4. 넓은(두깨가,너비가)
  5. 비록~일지라도
  6. (=can)~할수있다
  7. 영향을끼치는사람들(유명한사람들)
Down
  1. 상의,상의하는
  2. 수학
  3. (=must)~해야한다
  4. 왜냐하면
  5. 역겨운
  6. 벌써,이미
  7. 방금,막
  8. 아직

15 Clues: 수학아직역겨운물리적인왜냐하면방금,막벌써,이미영향을끼치다상의,상의하는방정식(수학)비록~일지라도넓은(두깨가,너비가)(=can)~할수있다(=must)~해야한다영향을끼치는사람들(유명한사람들)

CrOssWoRd 2023-10-19

CrOssWoRd crossword puzzle
Across
  1. impossible to believe
  2. very, thorough
  3. causing pain without caring
  4. region
  5. Canada
  6. powdery substance made with lime and clay
  7. tv
  8. same
Down
  1. evil
  2. award
  3. math
  4. fragile
  5. tenth, hundred, thousand
  6. correct
  7. body and mind
  8. convincing
  9. _____ beings
  10. yellow
  11. different word same meaning

19 Clues: tvevilmathsameawardregionCanadayellowfragilecorrectconvincing_____ beingsbody and mindvery, thoroughimpossible to believetenth, hundred, thousandcausing pain without caringdifferent word same meaningpowdery substance made with lime and clay

Data Structures & Algorithms 2025-07-04

Data Structures & Algorithms crossword puzzle
Across
  1. Technique to convert data into a fixed-size key or index
  2. A method to solve problems by storing solutions to subproblems
  3. Depth First Search algorithm for graph traversal
  4. A function calling itself directly or indirectly
  5. Abstract Data Type that defines operations of a queue
  6. Breadth First Search algorithm for graph traversal
  7. A linear data structure following Last In First Out principle
  8. Visiting all nodes in a data structure
Down
  1. A search algorithm that divides the array in half each step
  2. A special tree-based structure used for priority queues
  3. A linear data structure where each element points to the next
  4. A non-linear hierarchical data structure with nodes and edges
  5. A divide and conquer sorting algorithm with O(n log n) complexity
  6. A collection of nodes connected by edges, can be directed or undirected
  7. A linear data structure that operates in First In First Out order
  8. A collection of elements identified by index

16 Clues: Visiting all nodes in a data structureA collection of elements identified by indexDepth First Search algorithm for graph traversalA function calling itself directly or indirectlyBreadth First Search algorithm for graph traversalAbstract Data Type that defines operations of a queueA special tree-based structure used for priority queues...

math crossword 2016-04-20

math crossword crossword puzzle
Across
  1. type of solution of pair of linear equations represented by two intersecting lines.
  2. graphical representation of a linear equation in two variables is.
  3. number of solutions given by coincident lines.
  4. a pair of lines representing a pair of linear equations in two variables having no solution.
Down
  1. lines represented by 2x+3y+5=0 and 4x+6y+10=0 are.
  2. an ordered pair making an equation in two variables true is of the equation.
  3. the degree of the variables in a linear equation.
  4. method of solving a pair of linear equations in which one variable is eliminated by making its coefficients equal in the two equations.
  5. a pair of linear equations in two variables having a solution
  6. number of solutions of an inconsistent system of linear equations.

10 Clues: number of solutions given by coincident lines.the degree of the variables in a linear equation.lines represented by 2x+3y+5=0 and 4x+6y+10=0 are.a pair of linear equations in two variables having a solutiongraphical representation of a linear equation in two variables is.number of solutions of an inconsistent system of linear equations....

Symbols 2016-10-24

Symbols crossword puzzle
Across
  1. zodiac
  2. pentagram
  3. batman
  4. shogun
  5. peace
Down
  1. cross
  2. infinity
  3. character
  4. Muhammad
  5. hand

10 Clues: handcrosspeacezodiacbatmanshoguninfinityMuhammadcharacterpentagram

Symbols 2024-10-15

Symbols crossword puzzle
Across
  1. The eyes on this billboard watch over the characters, represents...
  2. This flower is associated with a character, symbolizing beauty and fragility of dreams
  3. This symbolizes reckless wealth and the carelessness of the elite
  4. This object is a metaphor for Gatsby’s unfulfilled desires
  5. The character associated with a pair of spectacles that represents insight and observation
Down
  1. This character's demise symbolizes the cost of the American Dream
  2. This character embodies the theme of illusion versus reality through their actions
  3. This form of transportation is a symbol of freedom but also carelessness
  4. The valley that symbolizes moral decay and the emptiness of the American Dream
  5. This represents Gatsby's unattainable hopes and dreams

10 Clues: This represents Gatsby's unattainable hopes and dreamsThis object is a metaphor for Gatsby’s unfulfilled desiresThis character's demise symbolizes the cost of the American DreamThis symbolizes reckless wealth and the carelessness of the eliteThe eyes on this billboard watch over the characters, represents......

Symbols 2025-08-21

Symbols crossword puzzle
Across
  1. Starting with a 'H', this thing symbolises being arrested or controlled
  2. Starting with a 'G' this colour represents nature.
  3. Starting with an 'S', this is a symbol for death.
  4. Starting with an 'E' This animal symbolises having a good memory.
  5. Starting with 'D', this is a white bird that symbolises peace.
Down
  1. Starting with a 'W' this thing symbolises someone is married
  2. Starting with a 'B' this colour represents evil, myseter and shadows
  3. Starting with a 'T' this weather event represents tough time, or something chaotic
  4. Starting with a 'B', this thing is shot out of a gun and symbolises violence
  5. Starting with a 's' this thing represents defence and protection

10 Clues: Starting with an 'S', this is a symbol for death.Starting with a 'G' this colour represents nature.Starting with a 'W' this thing symbolises someone is marriedStarting with 'D', this is a white bird that symbolises peace.Starting with a 's' this thing represents defence and protectionStarting with an 'E' This animal symbolises having a good memory....

Asignaturas con adjetivos 2021-01-20

Asignaturas con adjetivos crossword puzzle
Across
  1. difficult
  2. student (f)
  3. teacher (f)
  4. teacher (m)
  5. boring
  6. geometry
  7. biology
  8. big
  9. art
  10. german
  11. english
  12. interesting
  13. Phys. Ed.
  14. mathematics
Down
  1. french
  2. subjecdt
  3. spanish
  4. America History
  5. small
  6. intelligent
  7. nice
  8. geography
  9. easy
  10. fun
  11. class
  12. demanding
  13. algebra
  14. science

28 Clues: bigartfunniceeasysmallclassfrenchboringgermanspanishbiologyenglishalgebrasciencesubjecdtgeometrydifficultgeographydemandingPhys. Ed.student (f)teacher (f)intelligentteacher (m)interestingmathematicsAmerica History

National symbols 2022-09-19

National symbols crossword puzzle
Across
  1. large animal
  2. represents a letter in the alphabet
  3. medicinal qualities
  4. Jamaica's independence
  5. indigenous reptile
  6. also known as weather bird
  7. dawn of a new era
Down
  1. once the main industry
  2. hope and oceans
  3. first inhabitants
  4. Antigua's independence
  5. can be poisonous
  6. one of 320 species
  7. varieties that bloom in Antigua
  8. out of many one people
  9. symbolises agricultural resources
  10. made from cornmeal and ockra

17 Clues: large animalhope and oceanscan be poisonousfirst inhabitantsdawn of a new eraone of 320 speciesindigenous reptilemedicinal qualitiesonce the main industryAntigua's independenceout of many one peopleJamaica's independencealso known as weather birdmade from cornmeal and ockravarieties that bloom in Antiguasymbolises agricultural resources...

Canada's symbols 2021-03-16

Canada's symbols crossword puzzle
Across
  1. animal is in five cents.
  2. A Canadian leaf which is in Canada's. flag
  3. It has colorful designs and it starts with tar in its name.
  4. It is very shiny and Mace is maybe the name.
  5. the color of red and white and it has a red maple leaf at the middle.
  6. skates, puck, and hockey sticks with a place that has ice and you need two goals to play the game.
  7. the tree that has the famous maple leaf, but switch the leaf with tree to find the answer.
  8. colors of the Canadian flag.
  9. Canadian ship where nose is in its name and it is the second ship.
Down
  1. starts with Great.
  2. A Canadian sport that has la at the start of the name.
  3. in 1873 and they are people who has red clothing and they are Canadian cops.
  4. :It is an anthem and it may or may not have words saying God will save a Queen.
  5. A gold and shiney coin that has a goose for a picture and it is worth one dollar.
  6. What people ride on in the past and it starts with an h.
  7. A red flower to honor soldiers and it has po at the start of the name.
  8. The anthem of Canada

17 Clues: starts with Great.The anthem of Canadaanimal is in five cents.colors of the Canadian flag.A Canadian leaf which is in Canada's. flagIt is very shiny and Mace is maybe the name.A Canadian sport that has la at the start of the name.What people ride on in the past and it starts with an h.It has colorful designs and it starts with tar in its name....

Numeral symbols 2024-09-01

Numeral symbols crossword puzzle
Across
  1. IV
  2. XII
  3. VI
  4. II
  5. XXX
  6. III
  7. XI
  8. LXX
  9. I
  10. IX
Down
  1. XVII
  2. XL
  3. XV
  4. VIII
  5. V
  6. XX
  7. VII

17 Clues: VIIVXLXVVIIIXXXIIXXIIXXXIIILXXVIIXVIIVIII

Non-linear relationship 2023-11-02

Non-linear relationship crossword puzzle
Across
  1. v
  2. or
  3. in
  4. non
  5. asy
  6. con
Down
  1. ex
  2. sym
  3. relationship lin
  4. pa
  5. oo

11 Clues: vexorpainoosymnonasyconrelationship lin

Space 2022-01-21

Space crossword puzzle
Across
  1. Linear perspective using one vanishing point
  2. Point where objects seem to disappear
  3. In this non linear method, similar objects of different sizes are combined, smaller objects seem far away compared to the larger ones.
  4. An object in three-dimensional space has height, width and _________
  5. It’s all around you, sometimes it can be crowded, sometimes it can be open.
  6. The ______________ space is the area surrounding the object or structure
  7. In this non linear method, you see lighter shades that create the illusion of hazy atmosphere in the distance
Down
  1. In this non linear method, an object higher on a page to make it seem far away
  2. In this non linear method, placing a object on top of another creates a feeling of depth
  3. Linear perspective using two vanishing points
  4. The ______________ space is the object or structure itself

11 Clues: Point where objects seem to disappearLinear perspective using one vanishing pointLinear perspective using two vanishing pointsThe ______________ space is the object or structure itselfAn object in three-dimensional space has height, width and _________The ______________ space is the area surrounding the object or structure...

Linear 2024-02-21

Linear crossword puzzle
Across
  1. multiplied by the given matrix, yields the multiplicative identity
  2. scular product
  3. found by interchanging its rows into columns
  4. dim (U)
  5. matrix number
Down
  1. a square matrix that is equal to the transpose of its conjugate matrix
  2. dim (U)
  3. rector product
  4. |A| or (A)

9 Clues: dim (U)dim (U)|A| or (A)matrix numberrector productscular productfound by interchanging its rows into columnsmultiplied by the given matrix, yields the multiplicative identitya square matrix that is equal to the transpose of its conjugate matrix

Language in Algebra 2026-05-26

Language in Algebra crossword puzzle
Across
  1. - means to write the answer in easier form.
  2. - means to calculate the answer.
  3. - there are 26 of them.
  4. terms - terms with the same pronumerals.
  5. - parts of expression separated by plus or minus sign.
Down
  1. - statements that uses letters and numbers.
  2. - are the letters used in algebra.
  3. - another name for pronumerals
  4. - number infront of the letter.
  5. term - number without the pronumerals.
  6. terms - terms without the same pronumerals.

11 Clues: - there are 26 of them.- another name for pronumerals- number infront of the letter.- means to calculate the answer.- are the letters used in algebra.term - number without the pronumerals.terms - terms with the same pronumerals.- statements that uses letters and numbers.- means to write the answer in easier form....

linear relations 2018-10-10

linear relations crossword puzzle
Across
  1. variation that is type of linear relation
  2. in linear relations ------- differences are the same
  3. how fast one variable changes with respect to another
  4. the graph of linear relation
  5. Greek symbol delta means
Down
  1. is another meaning of the rate of change
  2. a point where a line intercept a y-axis
  3. to find slope we need to calculate
  4. how many ways do to represent a linear relation we know
  5. a type of linear relation where b does not equal 0

10 Clues: Greek symbol delta meansthe graph of linear relationto find slope we need to calculatea point where a line intercept a y-axisis another meaning of the rate of changevariation that is type of linear relationa type of linear relation where b does not equal 0in linear relations ------- differences are the same...

chapter 6 2018-12-01

chapter 6 crossword puzzle
Across
  1. Consisting of separate or distinct parts. Discrete variables represent things that can be counted, such as people in a room.
  2. A limiting condition of the optimization problem being modelled, represented by a linear inequality.
  3. The set of all possible solutions.
  4. A problem where a quantity must be maximized or minimized following a set of guidelines or conditions.
  5. A point in the solution set that represents the maximum or minimum value of the objective function.
  6. A connected set of numbers. In a continuous set, there is always another number between any two given numbers. Continuous variables represent things that can be measured, such as time.
  7. The region on one side of the graph of a linear relation on a Cartesian plane.
  8. In an optimization problem, the equation that represents the relationship between the two variables in the system of linear inequalities and the quantity to be optimized.
Down
  1. A mathematical technique used to determine which solutions in the feasible region result in .the optimal solutions of the objective function.
  2. A set of two or more linear inequalities that are graphed on the same coordinate plane the intersection of their solution regions represents the solution set for the system.
  3. The part of the graph of a linear inequality that represents the solution set; the solution region includes points on its boundary if the in equality has the possibility of equality.
  4. A linear inequality is a relationship between two linear expressions in which one expression is less than (<), greater than (>), less than or equal to ,or greater than or equal to the other expression.
  5. The solution region for a system of linear inequalities that is modeling an optimization problem.

13 Clues: The set of all possible solutions.The region on one side of the graph of a linear relation on a Cartesian plane.The solution region for a system of linear inequalities that is modeling an optimization problem.A point in the solution set that represents the maximum or minimum value of the objective function....

Resume Vocab 2022-10-24

Resume Vocab crossword puzzle
Across
  1. Lines going up or down.
  2. The Slope Formula.
  3. The word meaning a straight line on a graph.
  4. Another term for the slope of a line on a graph.
  5. The slope of a linear graph line rising up and running right.
  6. The slope of a linear graph line falling down and running right.
Down
  1. Lines running left and right.
  2. Slope-Intercept form.
  3. The ratio of the slope of a graph line.
  4. The name for the "b" variable.
  5. The name for the "m" variable.
  6. The slope of a linear horizontal graph line.

12 Clues: The Slope Formula.Slope-Intercept form.Lines going up or down.Lines running left and right.The name for the "b" variable.The name for the "m" variable.The ratio of the slope of a graph line.The word meaning a straight line on a graph.The slope of a linear horizontal graph line.Another term for the slope of a line on a graph....

Fungsi Linear 2025-09-27

Fungsi Linear crossword puzzle
Across
  1. Grafik fungsi linear selalu berupa …
  2. Apakah persamaan 2x−y=6 termasuk fungsi linear?
  3. Dari persamaan fungsi linear y=ax+b, nilai b disebut …
  4. Dari persamaan y=2x−1, jika x=3, maka y=…
  5. Dari persamaan y=−3x+4, nilai gradiennya adalah …
  6. Dari persamaan y=1/2x+6, nilai gradiennya adalah …
Down
  1. Dari persamaan 2x+y−5=0, nilai gradiennya adalah …
  2. Dari persamaan fungsi linear y=ax+b, nilai a menunjukkan …
  3. Nilai gradien menunjukkan … dari sebuah garis
  4. Persamaan linear hanya memuat variabel dengan pangkat …

10 Clues: Grafik fungsi linear selalu berupa …Dari persamaan y=2x−1, jika x=3, maka y=…Nilai gradien menunjukkan … dari sebuah garisApakah persamaan 2x−y=6 termasuk fungsi linear?Dari persamaan y=−3x+4, nilai gradiennya adalah …Dari persamaan 2x+y−5=0, nilai gradiennya adalah …Dari persamaan y=1/2x+6, nilai gradiennya adalah …...

Mathematics 2013-09-24

Mathematics crossword puzzle
Across
  1. / The measurement of something from end to end
  2. / To take away from a number
  3. / Opposite to negative
  4. / An instrument used to draw circles or arcs
  5. / When two things are the same length, they are _ in length
  6. / A unit of length, equal to 1000 metres
  7. / A unit of length, equal to 100 centimetres
  8. / A visual representation, showing relation between variables
  9. / The space between two things
  10. / The quantities in a ratio/series/mathematical expression
  11. / An instrument for measuring angles
  12. / The space (measured in degrees) between two intersecting lines
  13. / Increase greatly in number
  14. / Separate or be separated into parts
  15. / Adding on to a number
  16. / A procedure for accomplishing something
  17. / Opposite to positive
  18. / A procedure for achieving something, represented in symbols
Down
  1. / The part of maths where letters are used to represent variable numbers
  2. / A plan of action designed to achieve a goal
  3. / An order in which events/things follow each other
  4. / A triangle of which all sides are equal
  5. / A six sided 3D shape
  6. / A strip of marked plastic, used to measure somethings length
  7. / A rounded 3D shape
  8. / A number quantity that is not whole
  9. / A repeated design
  10. / A number quantity that is not whole, represented by a point
  11. / A ten sided 2D shape
  12. / A six sided 2D shape

30 Clues: / A repeated design/ A rounded 3D shape/ Opposite to negative/ A six sided 3D shape/ A ten sided 2D shape/ A six sided 2D shape/ Opposite to positive/ Adding on to a number/ To take away from a number/ Increase greatly in number/ The space between two things/ An instrument for measuring angles/ A number quantity that is not whole...

Origins of English Vocabulary 2016-02-01

Origins of English Vocabulary crossword puzzle
Across
  1. system of computation using letters or other symbols for numbers
  2. use of reason to discover truth
  3. dwelling or shelter
  4. percentage of one’s annual pay
  5. capable of being seen
  6. dangerous tropical disease
  7. combination of different things
  8. trickery and fooling around
  9. plaster like wall covering
  10. one’s duty or responsibility
  11. humorous
  12. female spirit who wails over an impending death
  13. God from the machine
  14. short, thick dagger
  15. strong desire to travel
  16. ancient burial mound
  17. facial hair resembling that of a farm animal
  18. smirk with pleasure
  19. down, beneath
  20. worthless waste
  21. in good faith
  22. sickly yellowish hue
  23. bell tower
  24. the best
  25. structure of language
Down
  1. declare invalid
  2. in the year of the Lord
  3. high military officer’s rank
  4. disturbingly malformed
  5. beat in music
  6. incompetent
  7. highest point
  8. trite or overused phrase or idea
  9. carefree or lighthearted
  10. heavy seasonal rains
  11. buyer beware
  12. fertile soil
  13. life giving mother
  14. current state of affairs
  15. liquid which cures all ills
  16. meeting
  17. to the point of nausea
  18. famous and distinguished
  19. with praise
  20. worry, anxiety
  21. government by the people
  22. text for an opera
  23. listing of one’s jobs and experience
  24. leaves
  25. for this thing
  26. and so on
  27. antiaircraft fire; criticism or complaints
  28. rude
  29. think long and hard

54 Clues: rudeleavesmeetinghumorousthe bestand so onbell towerincompetentwith praisebuyer bewarefertile soilbeat in musichighest pointdown, beneathin good faithworry, anxietyfor this thingdeclare invalidworthless wastetext for an operalife giving motherdwelling or sheltershort, thick daggersmirk with pleasurethink long and hardheavy seasonal rains...

Chapter 6 Vocabulary Quiz 2021-03-15

Chapter 6 Vocabulary Quiz crossword puzzle
Across
  1. A mathematical language of symbols
  2. Choosing a variable and deciding what it represents
  3. Square, Numbers with square roots that are whole numbers
  4. The number that tells how many times the base is used as a factor in a power
  5. The sum of any number and 0 equals that number and the product of any number and 1 equals that number
  6. A combination of numbers and operations
  7. Expressions that have the same value
  8. The number used as a factor in a power
  9. Numbers expressed using exponents
  10. A symbol used to represent a number
  11. a term without a variable
Down
  1. Each part of an algebraic expression separated by a plus or minus sign
  2. The numerical factor of a term that contains a variable
  3. Terms that contain the same variable
  4. To find the value of an algebraic expression by replacing variables with numbers
  5. To multiply a sum by a number multiply each addend by the number outside the parentheses
  6. The order in which numbers are added or multiplied does not change the sum or product
  7. Expression, A combination of variables numbers and at least one operation
  8. Statements that are true for any number
  9. The way in which numbers are grouped does not change the sum or product
  10. The process of writing numeric or algebraic expressions as a product of their factors

21 Clues: a term without a variableNumbers expressed using exponentsA mathematical language of symbolsA symbol used to represent a numberTerms that contain the same variableExpressions that have the same valueThe number used as a factor in a powerA combination of numbers and operationsStatements that are true for any number...

Chapter 6 Vocabulary Quiz 2021-03-15

Chapter 6 Vocabulary Quiz crossword puzzle
Across
  1. Each part of an algebraic expression separated by a plus or minus sign
  2. A mathematical language of symbols
  3. To find the value of an algebraic expression by replacing variables with numbers
  4. The order in which numbers are added or multiplied does not change the sum or product
  5. A symbol used to represent a number
  6. Choosing a variable and deciding what it represents
  7. The number used as a factor in a power
  8. Numbers expressed using exponents
  9. Expressions that have the same value
  10. Square, Numbers with square roots that are whole numbers
Down
  1. Expression, A combination of variables numbers and at least one operation
  2. To multiply a sum by a number multiply each addend by the number outside the parentheses
  3. Statements that are true for any number
  4. The number that tells how many times the base is used as a factor in a power
  5. The sum of any number and 0 equals that number and the product of any number and 1 equals that number
  6. A combination of numbers and operations
  7. The way in which numbers are grouped does not change the sum or product
  8. Terms that contain the same variable
  9. The process of writing numeric or algebraic expressions as a product of their factors
  10. The numerical factor of a term that contains a variable
  11. a term without a variable

21 Clues: a term without a variableNumbers expressed using exponentsA mathematical language of symbolsA symbol used to represent a numberTerms that contain the same variableExpressions that have the same valueThe number used as a factor in a powerStatements that are true for any numberA combination of numbers and operations...

math terms 2023-06-02

math terms crossword puzzle
Across
  1. the repeated addition of the same number denoted with the symbol x.
  2. The top number in a fraction.
  3. A procedure or set of steps used to solve a mathematical computation.
  4. The sum obtained through multiplication of two or more numbers.
  5. A statement that shows the equality of two expressions by joining them with an equals sign.
  6. The operation of finding the difference between two numbers or quantities by "taking away" one from the other.
  7. A number that divides another number into equal parts
  8. A ratio or fraction with the denominator 100.
Down
  1. The bottom number of a fraction. The denominator is the total number of equal parts into which the numerator is being divided.
  2. The branch of mathematics that substitutes letters for numbers to solve for unknown values.
  3. studie of physical shapes and the object dimensions.
  4. the numerals 0-9 found in all numbers.
  5. the product of that number and any other whole number.
  6. Symbols that represent numbers or operations between numbers.
  7. the study of motion in which changing values are studied.
  8. A quantity that is not whole that contains a numerator and denominator.
  9. The two-dimensional space taken up by an object or shape, given in square units.
  10. An early counting tool used for basic arithmetic.
  11. A number being divided into equal parts
  12. All whole numbers, positive or negative, including zero.

20 Clues: The top number in a fraction.the numerals 0-9 found in all numbers.A number being divided into equal partsA ratio or fraction with the denominator 100.An early counting tool used for basic arithmetic.studie of physical shapes and the object dimensions.A number that divides another number into equal parts...

Algebra 2 crossword 2024-03-19

Algebra 2 crossword crossword puzzle
Across
  1. always check for _________ solutions when you substitute them into the original equation .
  2. the part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formula and equations.
  3. when solving coefficients you have to combine like terms
  4. every _______ has a set if steps so you can complete the problem.
  5. when you multiply a number however many times by itself.
  6. everything has a _________
  7. property, The distributive property of multiplication is a very useful property that lets you simplify expressions
  8. what is it called when replacing the variables in an algebraic expression, equation or inequality
  9. what type lf equations have we been learning
  10. a number that can be expressed as a quotiont or fraction
Down
  1. raise both sides of the equation to the ______ that cancels the radical.
  2. sometimes you have to cancel the ________
  3. A ________ expression is a statement that involves numbers.
  4. _____ the radical on one side by moving other terms
  5. you have you take numeral _______ if you to complete a math equation
  6. the science and study of quality, structure, space, and change.
  7. you need to _______ math if you want to be a mathmaticiam
  8. when you have two positive it makes a ?
  9. a variable is an alphabet or term that represents an unknown number or unknown
  10. there is a ________ to every problem

20 Clues: everything has a _________there is a ________ to every problemwhen you have two positive it makes a ?sometimes you have to cancel the ________what type lf equations have we been learning_____ the radical on one side by moving other termswhen solving coefficients you have to combine like termswhen you multiply a number however many times by itself....

Schwa Vowels by kayla 2023-10-19

Schwa Vowels by kayla crossword puzzle
Across
  1. correct in all details; exact.
  2. relating to the body as opposed to the mind.
  3. A synonym is a phrase that means exactly or nearly the same as another word
  4. difficult to believe; extraordinary.
  5. causing pain or suffering.
  6. he reason for which something is done or created or for which something exists.
  7. relating to or denoting a system of numbers and arithmetic based on the number ten, tenth parts, and powers of ten.
  8. the capital of Canada
  9. an official document attesting a certain fact.
  10. is mixed with water to form mortar or mixed with sand, gravel, and water to make concrete.
  11. a character in a story or play who opposes the hero
Down
  1. which broadcasts television programmes in the form of airwaves from a transmitter to a receiving device.
  2. resembling whit out being identical.
  3. human beings in general or considered collectively.
  4. part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formulae and equations.
  5. an account or the person relating it) able to be believed; credible.
  6. used to express interest, surprise, or doubt.
  7. easily broken or damaged; fragile.
  8. long curved fruit which grows in clusters and has soft pulpy flesh and yellow skin
  9. of or concerning a province of a country or empire.

20 Clues: the capital of Canadacausing pain or suffering.correct in all details; exact.easily broken or damaged; fragile.resembling whit out being identical.difficult to believe; extraordinary.relating to the body as opposed to the mind.used to express interest, surprise, or doubt.an official document attesting a certain fact....

math 2024-04-19

math crossword puzzle
Across
  1. a surface of which one end or side is at a higher level than another; a rising or falling surface
  2. the part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formulae and equation
  3. set of all possible inputs for the relation
  4. one-dimensional figure, which has length but no width
  5. a number of variable or variables or a product of a number and variables with whole number exponents
  6. math phrase that combines it's and/or variables using math operation
  7. a monomial that is a number and variable
  8. the power of a number
  9. A real quantity having a value less than zero
  10. a set of ordered pairs (x,y) where x is the input value and y is the output value
  11. measure of distance from the center of any circular object to its outermost edge or boundary
Down
  1. a monomial or a sum of monomials
  2. bringing together or combining two objects.
  3. relation in which every domain value corresponds to exactly one range value
  4. numbers which are greater than zero
  5. set of all possible outputs for the relation
  6. a monomial that is only a number
  7. all positive and negative numbers and zero
  8. the parts of a math expression
  9. The point where the line or curve crosses the axis of the graph

20 Clues: the power of a numberthe parts of a math expressiona monomial or a sum of monomialsa monomial that is only a numbernumbers which are greater than zeroa monomial that is a number and variableall positive and negative numbers and zerobringing together or combining two objects.set of all possible inputs for the relation...

Algebra 1 Crossword Puzzle 2025-05-18

Algebra 1 Crossword Puzzle crossword puzzle
Across
  1. The x values of a graph.
  2. Where you find a number that is multiplied by itself twice to get another number.
  3. Is a form of graph that does not have to be a function. Consists of only dots on a coordinate plane.
  4. Quadrant 3 minus Quadrant 1.
  5. Where there are three types of functions.
  6. Is a form of a line graph that has 4 quadrants.
  7. The average of a set of numbers.
  8. The highest point on a parabola or absolute value graph.
  9. The part of mathematics in which letters and other general symbols are used to represent numbers and quantities in formulas and equations.
  10. Length times Width times Height.
  11. The most common number appearing in a set of numbers.
Down
  1. A type of graph that shows shaded boxes in a certain order.
  2. Where a number is always positive.
  3. The y values of a graph.
  4. A solution of a function that does not make sense.
  5. Is a letter found in many equations, expressions, and functions. Can represent a number.
  6. The middle number of a set of numbers.
  7. A curved line on a graph that has a vertex, sometimes a y intercept, and one or two roots.
  8. Also known as the slope of 2 points on a graph.
  9. Otherwise known as the x intercepts of a graph. Mainly used in quadratic functions.

20 Clues: The y values of a graph.The x values of a graph.Quadrant 3 minus Quadrant 1.The average of a set of numbers.Length times Width times Height.Where a number is always positive.The middle number of a set of numbers.Where there are three types of functions.Is a form of a line graph that has 4 quadrants.Also known as the slope of 2 points on a graph....

Proportional Relationships 2022-11-02

Proportional Relationships crossword puzzle
Across
  1. enlarge or shrink
  2. slide or shift
  3. same shape and size
  4. x value
  5. spin
  6. linear thru (0,0)
  7. straight points
Down
  1. non intersecting lines
  2. y value
  3. same shape, sides proportional
  4. steepness of a line
  5. mirror image
  6. constant change
  7. the pair (0,0)

14 Clues: spiny valuex valuemirror imageslide or shiftthe pair (0,0)constant changestraight pointsenlarge or shrinklinear thru (0,0)steepness of a linesame shape and sizenon intersecting linessame shape, sides proportional

Asignaturas con adjetivos 2021-01-20

Asignaturas con adjetivos crossword puzzle
Across
  1. science
  2. geometry
  3. Phys. Ed.
  4. english
  5. interesting
  6. biology
  7. geography
  8. small
  9. easy
  10. fun
  11. german
  12. America History
  13. art
  14. big
  15. teacher (m)
  16. boring
Down
  1. french
  2. nice
  3. demanding
  4. difficult
  5. mathematics
  6. spanish
  7. student (f)
  8. algebra
  9. teacher (f)
  10. class
  11. subject
  12. intelligent

28 Clues: funartbigniceeasysmallclassfrenchgermanboringscienceenglishspanishbiologyalgebrasubjectgeometryPhys. Ed.demandingdifficultgeographymathematicsinterestingstudent (f)teacher (f)intelligentteacher (m)America History

Mathematicians 2013-04-19

Mathematicians crossword puzzle
Across
  1. magnets
  2. generality of algebra
  3. father of geometry
  4. triangles
  5. Indian autodidact
  6. Italian mathematician
  7. greek philosopher
  8. fibonacci number
  9. Norwegian mathematician
  10. french lawyer
  11. gravity
  12. German philosopher
Down
  1. gas laws
  2. elliptic functions
  3. the stupidest name ever
  4. french philosopher
  5. german number theory
  6. greek teacher
  7. set theory
  8. Swiss physicist

20 Clues: magnetsgravitygas lawstrianglesset theorygreek teacherfrench lawyerSwiss physicistfibonacci numberIndian autodidactgreek philosopherelliptic functionsfrench philosopherfather of geometryGerman philosophergerman number theorygenerality of algebraItalian mathematicianthe stupidest name everNorwegian mathematician

2a La Escuela 2013-05-29

2a La Escuela crossword puzzle
Across
  1. El Bloque
  2. Drama
  3. Banda
  4. educación física
  5. El horario
  6. En la...hora
  7. A las(referring to time)
  8. El Almuerzo
  9. Arte
  10. Español
  11. Tecnología
  12. La cafetería
Down
  1. Ciencias
  2. matemáticas
  3. Álgebra
  4. Inglés
  5. Ciencias Sociales
  6. La clase de
  7. choro
  8. La Clase
  9. El Periodo
  10. Historia

22 Clues: ArteDramaBandachoroInglésÁlgebraEspañolCienciasLa ClaseHistoriaEl BloqueEl horarioEl PeriodoTecnologíamatemáticasLa clase deEl AlmuerzoEn la...horaLa cafeteríaeducación físicaCiencias SocialesA las(referring to time)

Ch. 1 2023-03-13

Ch. 1 crossword puzzle
Across
  1. wall
  2. chemistry
  3. German
  4. paper clip
  5. page
  6. building
  7. stapler
  8. exercise
  9. pencil sharpenener
  10. seat
  11. problem
  12. language
  13. computer
  14. literature
Down
  1. report
  2. biology
  3. French
  4. map
  5. subject
  6. algebra
  7. slides
  8. Geography
  9. chapter
  10. history
  11. flag
  12. lesson
  13. quiz
  14. projector
  15. locker

29 Clues: mapwallpageflagseatquizreportFrenchGermanslideslessonlockerbiologysubjectalgebrachapterstaplerhistoryproblembuildingexerciselanguagecomputerchemistryGeographyprojectorpaper clipliteraturepencil sharpenener

La vida escolar (school life) 2023-09-07

La vida escolar (school life) crossword puzzle
Across
  1. orchestra
  2. algebra
  3. fifth
  4. health
  5. desk (student)
  6. English/literature class
  7. second
  8. physical education
  9. marker
  10. principal
  11. the garbage can
  12. eighth
  13. personal finance
Down
  1. world history
  2. stapler
  3. student (a-)
  4. computer science
  5. study hall
  6. schedule
  7. nurse's office
  8. fashion
  9. guidance counselor
  10. chemistry
  11. calculus
  12. Latin

25 Clues: fifthLatinhealthsecondmarkereighthalgebrastaplerfashionschedulecalculusorchestrachemistryprincipalstudy hallstudent (a-)world historynurse's officedesk (student)the garbage cancomputer sciencepersonal financeguidance counselorphysical educationEnglish/literature class

Subject, Assignments, and Miscellaneous 2024-11-22

Subject, Assignments, and Miscellaneous crossword puzzle
Across
  1. math class
  2. sciences
  3. quiz
  4. notes
  5. english
  6. algebra
  7. page
  8. frenchclass
  9. languages
  10. a presentation
  11. foreignlanguages
  12. classwork
  13. geography
Down
  1. activities
  2. socialstudies
  3. assignment
  4. course
  5. grade
  6. german
  7. history
  8. homework
  9. schedule
  10. semester
  11. test
  12. subjects
  13. warmup
  14. spanishclass
  15. lunch
  16. literature

29 Clues: quiztestpagegradenoteslunchcoursegermanwarmupenglishhistoryalgebrascienceshomeworkschedulesemestersubjectslanguagesclassworkgeographyactivitiesassignmentmath classliteraturefrenchclassspanishclasssocialstudiesa presentationforeignlanguages

School Subjects 2024-01-10

School Subjects crossword puzzle
Across
  1. biology
  2. school
  3. language
  4. geometry
  5. Spanish
  6. assembly
  7. history
  8. class
  9. chemistry
  10. orchestra
  11. schoolsubject
  12. science
  13. recess
  14. English
  15. language
Down
  1. algebra
  2. computerscience
  3. lunchtime
  4. mathematics
  5. socialstudies
  6. geography
  7. schoolsubject
  8. physicaleducation
  9. band
  10. civics
  11. literature
  12. art
  13. finearts
  14. socialscience
  15. studyhall
  16. choir
  17. technology

32 Clues: artbandclasschoirschoolcivicsrecessalgebrabiologySpanishhistoryscienceEnglishlanguagegeometryassemblyfineartslanguagelunchtimegeographychemistryorchestrastudyhallliteraturetechnologymathematicssocialstudiesschoolsubjectsocialscienceschoolsubjectcomputersciencephysicaleducation

Vocabulario: La vida escolar (asignaturas y útiles) 2023-09-07

Vocabulario: La vida escolar (asignaturas y útiles) crossword puzzle
Across
  1. orchestra
  2. algebra
  3. fifth
  4. health
  5. desk (student)
  6. English/literature class
  7. second
  8. physical education
  9. marker
  10. principal
  11. the garbage can
  12. eighth
  13. personal finance
Down
  1. world history
  2. stapler
  3. student (a-)
  4. computer science
  5. study hall
  6. schedule
  7. nurse's office
  8. fashion
  9. guidance counselor
  10. chemistry
  11. calculus
  12. Latin

25 Clues: fifthLatinhealthsecondmarkereighthalgebrastaplerfashionschedulecalculusorchestrachemistryprincipalstudy hallstudent (a-)world historynurse's officedesk (student)the garbage cancomputer sciencepersonal financeguidance counselorphysical educationEnglish/literature class

Vocabularo 2023-10-02

Vocabularo crossword puzzle
Across
  1. Mr.Adnane
  2. interesting
  3. paint palette
  4. Ms.Collier
  5. Second/Different
  6. Dumbell
  7. Algebra 1
  8. girl
  9. Solvng a ribbons cube
Down
  1. Chilly pepper
  2. Intermidiate/Middle
  3. Colombian flag
  4. Alief Early College High School
  5. "Bonjour"
  6. Archie from Riverdale
  7. big
  8. involves equations and expressions
  9. note
  10. Dr d's class
  11. Rapunzel

20 Clues: bignotegirlDumbellRapunzelMr.Adnane"Bonjour"Algebra 1Ms.CollierinterestingDr d's classChilly pepperpaint paletteColombian flagSecond/DifferentIntermidiate/MiddleArchie from RiverdaleSolvng a ribbons cubeAlief Early College High Schoolinvolves equations and expressions

2 2024-04-08

2 crossword puzzle
Across
  1. - Largest ocean
  2. - Flower symbolizing eternal love
  3. - "Sea cow"
  4. - Gas composition
  5. - Famous lake
  6. - Famous desert
  7. - Shuttlecock
  8. - Art medium
  9. - Australian animal
Down
  1. - Cooking method
  2. - God of dreams
  3. - September birthstone
  4. - Climate phenomenon
  5. - Korean garment
  6. - U.S. river
  7. - Mathematics
  8. - Tokyo district
  9. - Buddhist temple
  10. - Christmas beverage
  11. - Atmospheric layer

20 Clues: - "Sea cow"- U.S. river- Art medium- Mathematics- Famous lake- Shuttlecock- God of dreams- Largest ocean- Famous desert- Cooking method- Korean garment- Tokyo district- Gas composition- Buddhist temple- Atmospheric layer- Australian animal- Climate phenomenon- Christmas beverage- September birthstone- Flower symbolizing eternal love

les matieres 2024-11-21

les matieres crossword puzzle
Across
  1. geography
  2. history
  3. to begin
  4. to end
  5. Arabic
  6. funny
  7. life and earth science
  8. class
  9. sociales social science
  10. easy
  11. modern languages
  12. computer science
Down
  1. algebra
  2. lunch
  3. physics
  4. biology
  5. difficult
  6. recess
  7. tiresome
  8. math
  9. PE
  10. fascinating
  11. interesting
  12. French
  13. English
  14. awesome

26 Clues: PEmatheasylunchfunnyclassrecessto endArabicFrenchalgebraphysicsbiologyhistoryEnglishawesometiresometo begingeographydifficultfascinatinginterestingmodern languagescomputer sciencelife and earth sciencesociales social science

SPanish 20 Words Crossword 2026-04-10

SPanish 20 Words Crossword crossword puzzle
Across
  1. To respond
  2. boy/girl scouts
  3. French
  4. studyhall
  5. To present
  6. online classes
  7. musical theater
  8. To be prepared
  9. algebra
  10. To make a mistake
  11. To take notes
  12. P.E
Down
  1. to pay atention
  2. World launguages
  3. to write an essay
  4. Geometry
  5. literature
  6. to dance
  7. clubs
  8. to interprate

20 Clues: P.EclubsFrenchalgebraGeometryto dancestudyhallTo respondliteratureTo presentto interprateTo take notesonline classesTo be preparedto pay atentionboy/girl scoutsmusical theaterWorld launguagesto write an essayTo make a mistake

Procedure Crossword 2013-08-05

Procedure Crossword crossword puzzle
Across
  1. Part of wall for Financial Algebra 5-day Plan.
  2. What you give Mr. Galindo's stuff.
  3. What Mr. Galindo signs for bathroom pass.
  4. What you put in Recycle Bin only.
  5. Color of Trash Bin.
  6. Number of weeks to make up work for Re-takes.
Down
  1. Side of wall for Today's Objective.
  2. Desk to sign in or out.
  3. Color of Financial Algebra HW Folder.
  4. Part of class for Bell Work.
  5. Side of wall for No Names.
  6. Number of minutes for Bell Work.

12 Clues: Color of Trash Bin.Desk to sign in or out.Side of wall for No Names.Part of class for Bell Work.Number of minutes for Bell Work.What you put in Recycle Bin only.What you give Mr. Galindo's stuff.Side of wall for Today's Objective.Color of Financial Algebra HW Folder.What Mr. Galindo signs for bathroom pass....

Les Matieres Scholaires 2023-10-31

Les Matieres Scholaires crossword puzzle
Across
  1. German
  2. Sociology
  3. Chemistry
  4. Dance
  5. Economics
  6. Spanish
Down
  1. Environmental Sciences
  2. Calculus
  3. Algebra
  4. Spanish
  5. Arts
  6. Office Hours
  7. History

13 Clues: ArtsDanceGermanAlgebraSpanishHistorySpanishCalculusSociologyChemistryEconomicsOffice HoursEnvironmental Sciences

Math Crossword Puzzle 2025-11-19

Math Crossword Puzzle crossword puzzle
Across
  1. A set of numbers, or coordinates, written in the form (x,y)
  2. Branch of mathematics that uses symbols, like letters, to represent numbers and quantities in equations
  3. Set of first numbers of the ordered pairs in a relation
  4. The four regions into which the x and y axis separate the coordinate plane
  5. The result of substituting a value into a function
  6. A value substituted for an x- value in a function
  7. A relation in which an element of the domain is paired exactly with one element of the range
  8. A mathematical statement that two expressions are the same
Down
  1. Illustrates how each element of the domain is paired exactly with one element of the range
  2. The x intercepts of the graph of a function
  3. Set of ordered pairs
  4. A visual representation that shows how different quantities or things are related, using elements like points, lines, or bars.
  5. Point at which x and y axis intersect on the coordinate plane
  6. A number that identifies a position relative to an raph A function graphed with a line or smooth curve
  7. A way a to name function that is defined by an equation

15 Clues: Set of ordered pairsThe x intercepts of the graph of a functionA value substituted for an x- value in a functionThe result of substituting a value into a functionSet of first numbers of the ordered pairs in a relationA way a to name function that is defined by an equationA mathematical statement that two expressions are the same...

Linear Algebra by Niki 2022-11-27

Linear Algebra by Niki crossword puzzle
Across
  1. a procedure, a description of a set of steps that can be used to solve a mathematical computation
  2. a systematic procedure, technique,way of doing something
Down
  1. is the part of mathematics that helps represent problems in the form of mathematical expressions
  2. an object that can be decided into two identical halves
  3. One shape is exactly like the other shape when it is moved, rotated, or flipped
  4. If a matrix is in row-echelon form, then the first nonzero entry of each row is called a

6 Clues: an object that can be decided into two identical halvesa systematic procedure, technique,way of doing somethingOne shape is exactly like the other shape when it is moved, rotated, or flippedIf a matrix is in row-echelon form, then the first nonzero entry of each row is called a...

Module 4 Vocabulary: Linear Relationships 2025-10-15

Module 4 Vocabulary: Linear Relationships crossword puzzle
Across
  1. Graph decreases from left to right
  2. A linear relationship that goes through the Origin
  3. Each input has only one output
  4. (x, y)
  5. Where the graph crosses the Y-Axis; the starting value
  6. Y2 - Y1 / X2 - X1
  7. The slope of a vertical line
Down
  1. The best math teacher
  2. Straight Line
  3. Another way to say that a situation is Proportional
  4. A linear relationship that DOES NOT go through the Origin
  5. Graph increases from left to right
  6. The slope of a horizontal line
  7. Slope Intercept Form

14 Clues: (x, y)Straight LineY2 - Y1 / X2 - X1Slope Intercept FormThe best math teacherThe slope of a vertical lineEach input has only one outputThe slope of a horizontal lineGraph decreases from left to rightGraph increases from left to rightA linear relationship that goes through the OriginAnother way to say that a situation is Proportional...

Spelling week 1 2021-09-08

Spelling week 1 crossword puzzle
Across
  1. a type of mathematics in which letters and symbols are used to represent quantities
  2. treating people as if they are not as good or as important as you
  3. to make a loud high unpleasant sound; to say something using this sound
  4. a long piece of something, especially hair, that is divided into three parts and twisted together
  5. a pleasant but not very realistic situation that only exists in your mind
  6. to leave your own country to go and live permanently in another country
Down
  1. in a way that shows strong feelings of love or of anger, OR in a way that shows that you have strong feelings of enthusiasm for something or belief in something
  2. a piece of land, normally separated from the surrounding area, in which fruit trees are grown
  3. to show that you have no respect for somebody by the expression on your face or by the way you speak
  4. feeling worried or nervous

10 Clues: feeling worried or nervoustreating people as if they are not as good or as important as youto make a loud high unpleasant sound; to say something using this soundto leave your own country to go and live permanently in another countrya pleasant but not very realistic situation that only exists in your mind...

Mathematical terms 2020-02-13

Mathematical terms crossword puzzle
Across
  1. The process or skill of taking one number or amount away from another.
  2. A fraction whose denominator is a power of ten and whose numerator is expressed by figures placed to the right of a decimal point.
  3. The process of calculating the total of two or more numbers.
  4. We calculate it by adding up all the values, then divide by the number of values.
  5. A numerical quantity that is not a whole number. For example 1/2.
Down
  1. A mathematical operation performed on a pair of numbers in order to derive a third number called a product.
  2. A number or ratio expressed as a fraction of 100. It is often denoted using the "%" sign.
  3. A branch of mathematics concerned with questions of shape, size, relative position of figures, and the properties of space.
  4. The operation which is the opposite of multiplication.
  5. The part of mathematics in which letters and other general symbols are used to represent numbers.

10 Clues: The operation which is the opposite of multiplication.The process of calculating the total of two or more numbers.A numerical quantity that is not a whole number. For example 1/2.The process or skill of taking one number or amount away from another.We calculate it by adding up all the values, then divide by the number of values....

Bon Voyage! Level 1 Chapter 2 2011-09-27

Bon Voyage! Level 1 Chapter 2 crossword puzzle
Across
  1. class (number of students)
  2. le contraire de difficile
  3. physics
  4. class (academic course)
  5. literature
  6. algebra
  7. un synonyme d'"ami"
  8. spanish
Down
  1. calculus
  2. chemistry
  3. strict
  4. art
  5. history
  6. same
  7. le contraire de facile
  8. music
  9. french
  10. english
  11. la forme feminine de copain

19 Clues: artsamemusicstrictfrenchphysicshistoryalgebraenglishspanishcalculuschemistryliteratureun synonyme d'"ami"le contraire de facileclass (academic course)le contraire de difficileclass (number of students)la forme feminine de copain

Math Vocabulary 2024-04-11

Math Vocabulary crossword puzzle
Across
  1. Grouping symbols,(), used to tell which part of an equation to calculate first
  2. The result of subtracting one number from another.
  3. Numbers that represent a calculation.
  4. A group of mathematical symbols that represents a number
  5. Than When a number is less than another.
  6. Find an answer to a mathematical expression.
  7. the result of adding two or more numbers.
  8. To show, symbolize, or stand for.
  9. Symbols Grouping symbols such as (), [], or {}.
  10. The result of dividing one number from another.
Down
  1. To make a number smaller.
  2. To make a number bigger.
  3. To find an answer.
  4. Than When a number is greater than another.
  5. The result of multiplying two or more numbers.
  6. A number sentence that contains an equals sign

16 Clues: To find an answer.To make a number bigger.To make a number smaller.To show, symbolize, or stand for.Numbers that represent a calculation.the result of adding two or more numbers.Than When a number is greater than another.Than When a number is less than another.Find an answer to a mathematical expression....

Math & Science Words 2022-11-29

Math & Science Words crossword puzzle
Across
  1. part of the cell that makes energy
  2. the acronymn used for algebra steps
  3. a calculation you solve
  4. is the basic unit of life, all living things are made of these
  5. half circles that are put around numbers
  6. groups of numbers, also called times
  7. splitting groups of numbers into equal parts
  8. multiplying the number outside the bracket by everything inside the bracket
  9. the part of the cell that controls all of the cell's activities
  10. the storage for food and waste in a cell
Down
  1. the multiplier number
  2. where photosynthesis takes place
  3. an equation you solve with variables
  4. distributes food and oxygen throughout the cell
  5. in order to get a sum you have to...
  6. the letter in the equation
  7. finding the difference

17 Clues: the multiplier numberfinding the differencea calculation you solvethe letter in the equationwhere photosynthesis takes placepart of the cell that makes energythe acronymn used for algebra stepsan equation you solve with variablesin order to get a sum you have to...groups of numbers, also called timesthe storage for food and waste in a cell...

Linear Functions 2023-10-31

Linear Functions crossword puzzle
Across
  1. set of output values of a function
  2. set of input values of a function
  3. when your graph is not straight is called what?
  4. (x,y) is called a...
  5. letter that represents a number
  6. method used to find solutions
Down
  1. initial amount or value in an equation
  2. has an equal sign.
  3. Function that is a straight line.
  4. does not have an equal sign
  5. opposite to something
  6. another name for rate of change.
  7. order of operations

13 Clues: has an equal sign.order of operations(x,y) is called a...opposite to somethingdoes not have an equal signmethod used to find solutionsletter that represents a numberanother name for rate of change.set of input values of a functionFunction that is a straight line.set of output values of a functioninitial amount or value in an equation...

Linear Perspective 2022-11-01

Linear Perspective crossword puzzle
Across
  1. objects in the foreground appear ________ in size than objects in the background
  2. line that goes side to side (perpendicular to the vertical axis)
  3. the visible features of an area of land, its landforms, and how they integrate with natural or man-made features
  4. lines that get closer and closer together until they meet at the vanishing point
  5. as objects get closer to the vanishing point they appear to get __________ in size
  6. side by side and continuously having the same distance between them (same slope)
  7. the area or scenery behind the main object
  8. the line that separates the land and the sky
Down
  1. line that goes up and down (perpendicular to the horizontal axis)
  2. a tool used to draw straight lines
  3. the part of a view that is nearest to the observer
  4. objects in the background appear __________ in value due to atmospheric perspective
  5. the point at which receding lines in perspective appear to converge

13 Clues: a tool used to draw straight linesthe area or scenery behind the main objectthe line that separates the land and the skythe part of a view that is nearest to the observerline that goes side to side (perpendicular to the vertical axis)line that goes up and down (perpendicular to the horizontal axis)...

Linear Perspective 2022-11-01

Linear Perspective crossword puzzle
Across
  1. line that goes side to side (perpendicular to the vertical axis)
  2. objects in the foreground appear ________ in size than objects in the background
  3. line that goes up and down (perpendicular to the horizontal axis)
  4. the visible features of an area of land, its landforms, and how they integrate with natural or man-made features
  5. a tool used to draw straight lines
  6. lines that get closer and closer together until they meet at the vanishing point
  7. the line that separates the land and the sky
Down
  1. as objects get closer to the vanishing point they appear to get __________ in size
  2. side by side and continuously having the same distance between them (same slope)
  3. the point at which receding lines in perspective appear to converge
  4. the area or scenery behind the main object
  5. the part of a view that is nearest to the observer
  6. objects in the background appear __________ in value due to atmospheric perspective

13 Clues: a tool used to draw straight linesthe area or scenery behind the main objectthe line that separates the land and the skythe part of a view that is nearest to the observerline that goes side to side (perpendicular to the vertical axis)line that goes up and down (perpendicular to the horizontal axis)...

Linear Functions 2022-05-09

Linear Functions crossword puzzle
Across
  1. each domain value
  2. The set of x-values
  3. point which crosses the y-axis
  4. the set of y-values
  5. each range value
  6. not dennoting, involving or arranged in a straight line
  7. slope intercept form
Down
  1. point which crosses the x-axis
  2. difference of y-coordinates/difference of x-coordinates
  3. arranged in or extending along a straight or nearly straight line
  4. a relation with no repeating x-values, exactly one output for each input
  5. lists the inputs and outputs in order drawing arrows from the inputs to their outputs
  6. any set of points

13 Clues: each range valueeach domain valueany set of pointsThe set of x-valuesthe set of y-valuesslope intercept formpoint which crosses the x-axispoint which crosses the y-axisdifference of y-coordinates/difference of x-coordinatesnot dennoting, involving or arranged in a straight linearranged in or extending along a straight or nearly straight line...

Linear Motion 2024-09-30

Linear Motion crossword puzzle
Across
  1. a quantity that has both magnitude and direction
  2. the total distance traveled by the object divided by the elapsed time to cover that distance.
  3. the falling motion of an object without resistance under the influence of earth’s gravity.
  4. a physical quantity that is completely described by its magnitude
  5. the speed of an object at a specific instant of time.
Down
  1. the vector combination of two or more single vectors.
  2. motion that is observed from one reference frame or to some other system which constitutes a frame of reference
  3. the project of a vector quantity along an axis in a coordinate system.
  4. a measure of how much an object’s position changes in a specified amount of time.
  5. a vector quantity that is the time derivative of velocity.
  6. is the change in time or elapsed time
  7. a measure of how much distance an object travels in a specific amount of time.
  8. rate of change

13 Clues: rate of changeis the change in time or elapsed timea quantity that has both magnitude and directionthe vector combination of two or more single vectors.the speed of an object at a specific instant of time.a vector quantity that is the time derivative of velocity.a physical quantity that is completely described by its magnitude...

mathematics terms 2021-05-16

mathematics terms crossword puzzle
Across
  1. amount of space
  2. x
  3. ^^
  4. measure of certainly
  5. .
  6. 4
  7. :
Down
  1. %
  2. 2
  3. 4sides
  4. percentage of selling price
  5. 1

12 Clues: %2x.14:^^4sidesamount of spacemeasure of certainlypercentage of selling price

Permutation and Combination Crossword 2022-04-10

Permutation and Combination Crossword crossword puzzle
Across
  1. permutations are permutations or arrangements that can be distinguished from one another.
  2. is an ordered list of objects. Unlike a set, order matters, and a particular term can appear multiple times at different positions.
  3. is a fact or rule that utilizes mathematical symbols. It is commonly used in mathematics.
  4. Listing Method is a method used to determine the number of permutations made for each problem.
  5. of an event can be defined as the set of outcomes of an experiment.
  6. refers to the process of grouping objects.
  7. a mathematical technique for determining the number of possible arrangements in a set of items where the order of the selection is irrelevant.
  8. occurs when two or more common or same objects.
  9. Permutation is another term for cyclic permutation.
  10. events are when the outcome of the previous event doesn’t affect the second event.
  11. Rule is another term for Addition Principle.
Down
  1. is a set of possible outcomes resulting from a particular experiment.
  2. refers to the various ways of arranging some or all of the members within a specific order.
  3. is indicated with the symbol exclamation point or “!”.
  4. matters when illustrating permutation.
  5. Counting Principle is another term for counting rule.
  6. events are when the outcome of the first event influences the outcome of the second event.
  7. Permutation is the total number of ways where n distinct objects can be arranged around a circle.
  8. also called combinatorial mathematics, are used in area of mathematic that is primarily concerned with counting.
  9. rule is a way to figure out the number of possible outcomes for a given situation.
  10. diagram is a simple way to illustrate the possible outcomes of events.
  11. permutations refers to the members or elements of sets are arranged here in a sequence or linear order.
  12. is any of the natural numbers (positive or negative) or zero.

23 Clues: matters when illustrating permutation.refers to the process of grouping objects.occurs when two or more common or same objects.Rule is another term for Addition Principle.Permutation is another term for cyclic permutation.Counting Principle is another term for counting rule.is indicated with the symbol exclamation point or “!”....

Exponential Relationships 2023-02-16

Exponential Relationships crossword puzzle
Across
  1. The constant rate for a linear function can be called the
  2. A type of pattern that adds or subtracts
  3. The number that tell how many times to multiple a base
  4. A letter that represents a number
  5. The constant multiplied for an exponential pattern is called
  6. A linear pattern uses this operation
  7. An exponential relationship uses this operation
Down
  1. A type of pattern that multiplies
  2. The starting value, or initial value
  3. The number being multiplied
  4. The graph of a linear function is a...

11 Clues: The number being multipliedA type of pattern that multipliesA letter that represents a numberThe starting value, or initial valueA linear pattern uses this operationThe graph of a linear function is a...A type of pattern that adds or subtractsAn exponential relationship uses this operationThe number that tell how many times to multiple a base...

Permutation and Combination Crossword 2022-04-10

Permutation and Combination Crossword crossword puzzle
Across
  1. permutations are permutations or arrangements that can be distinguished from one another.
  2. is an ordered list of objects. Unlike a set, order matters, and a particular term can appear multiple times at different positions.
  3. is a fact or rule that utilizes mathematical symbols. It is commonly used in mathematics.
  4. Listing Method is a method used to determine the number of permutations made for each problem.
  5. of an event can be defined as the set of outcomes of an experiment.
  6. refers to the process of grouping objects.
  7. a mathematical technique for determining the number of possible arrangements in a set of items where the order of the selection is irrelevant.
  8. occurs when two or more common or same objects.
  9. Permutation is another term for cyclic permutation.
  10. events are when the outcome of the previous event doesn’t affect the second event.
  11. Rule is another term for Addition Principle.
Down
  1. is a set of possible outcomes resulting from a particular experiment.
  2. refers to the various ways of arranging some or all of the members within a specific order.
  3. is indicated with the symbol exclamation point or “!”.
  4. matters when illustrating permutation.
  5. Counting Principle is another term for counting rule.
  6. events are when the outcome of the first event influences the outcome of the second event.
  7. Permutation is the total number of ways where n distinct objects can be arranged around a circle.
  8. also called combinatorial mathematics, are used in area of mathematic that is primarily concerned with counting.
  9. rule is a way to figure out the number of possible outcomes for a given situation.
  10. diagram is a simple way to illustrate the possible outcomes of events.
  11. permutations refers to the members or elements of sets are arranged here in a sequence or linear order.
  12. is any of the natural numbers (positive or negative) or zero.

23 Clues: matters when illustrating permutation.refers to the process of grouping objects.occurs when two or more common or same objects.Rule is another term for Addition Principle.Permutation is another term for cyclic permutation.Counting Principle is another term for counting rule.is indicated with the symbol exclamation point or “!”....

Linear Perspective Review 2022-03-30

Linear Perspective Review crossword puzzle
Across
  1. A type of linear perspective using a single vanishing point.
  2. A flat, 2-D image drawn usually to start a one point perspective item.
  3. The artist who rediscovered and first used Linear Perspective during the Renaissance.
  4. Lines drawn up and down and perpendicular to the horizon.
  5. The diagonal lines drawn that meet at a point on the horizon.
  6. Lines that never touch are called this.
Down
  1. A type of linear perspective using two vanishing points.
  2. A place on the horizon where all perspective lines meet visually.
  3. Linear perspective creates the illusion of three dimensions - Length, Width, and (?).
  4. The position of the Horizon Line to the viewer.
  5. Lines drawn side to side and level with the horizon.
  6. The part of Leonardo's painting of The Last Supper that appears to create a deep room using linear perspective.

12 Clues: Lines that never touch are called this.The position of the Horizon Line to the viewer.Lines drawn side to side and level with the horizon.A type of linear perspective using two vanishing points.Lines drawn up and down and perpendicular to the horizon.A type of linear perspective using a single vanishing point....

Linear Perspective Review 2022-03-30

Linear Perspective Review crossword puzzle
Across
  1. Linear perspective creates the illusion of three dimensions - Length, Width, and (?).
  2. A type of linear perspective using two vanishing points.
  3. The part of Leonardo's painting of The Last Supper that appears to create a deep room into the wall using linear perspective.
  4. The position of the Horizon Line in relation to the viewer.
Down
  1. A type of linear perspective using a single vanishing point.
  2. The place on the horizon where all perspective lines meet visually.
  3. Lines drawn up and down and perpendicular to the horizon.
  4. Lines drawn side to side and level with the horizon.
  5. A flat, 2-D image drawn usually to start a one point perspective item.
  6. The diagonal lines drawn that meet at a point on the horizon.
  7. Lines that never touch are called this.
  8. The artist who rediscovered and first used Linear Perspective during the Renaissance.

12 Clues: Lines that never touch are called this.Lines drawn side to side and level with the horizon.A type of linear perspective using two vanishing points.Lines drawn up and down and perpendicular to the horizon.The position of the Horizon Line in relation to the viewer.A type of linear perspective using a single vanishing point....

Math Terms 2021-06-14

Math Terms crossword puzzle
Across
  1. a part in math where letters appear
  2. numbers being combined
  3. numbers being taken away
  4. numbers being added a number of times
  5. the first word of the title
  6. numbers equally being put in groups
Down
  1. sizes,Shapes,Angles
  2. a dot used in placed value
  3. a quantity that is not a whole number
  4. what the answer is called in Algebra

10 Clues: sizes,Shapes,Anglesnumbers being combinednumbers being taken awaya dot used in placed valuethe first word of the titlea part in math where letters appearnumbers equally being put in groupswhat the answer is called in Algebraa quantity that is not a whole numbernumbers being added a number of times

Math Crossword 2025-03-13

Math Crossword crossword puzzle
Across
  1. The total of individuals occupying an area or making up a whole
  2. The opposite of adding.
  3. A number or quantity that when multiplied with another produces a given number or expression.
  4. 72+1 (Write in word form)
  5. A piece of furniture with a flat surface and at least one leg that provides a level surface capable of being used for such purposes as eating, writing, working, or playing games.
  6. A illness that can be contracted
  7. A term normally used in a mathematical sense meaning to combine two values
  8. A red furry creature known for his appearance in the show “Sesame Street”
  9. Robert Malthus The full name of the mathematician who discovered the relationship from which exponential growth and decay was derived.
  10. To use or add in place of.
  11. To be separated into parts
  12. A statement shown in relation to further explain the selected topic
  13. Of or expressed by a mathematical exponent.
  14. The numerical answer to everything in the universe found in the “The Hitchhiker's Guide to the Galaxy” (Write in word form).
  15. A statement in which mathematical values and expressions are equal (indicated by the sign =)
  16. A term used to describe a straight line relationship normally found in a graph
  17. The opposite of growth
  18. Assign a standard or value to (something) according to a particular scale.
Down
  1. The opposite of Decay
  2. To obtain from (a number) another that contains the first number a specified number of times.
  3. An instance of lessening or decaying
  4. An instance of growing or making greater.
  5. A diagram showing the relation between variable quantities, typically of two variables, each measured along one of a pair of axes at right angles.
  6. A number or ratio that represents a part of a whole as a fraction of 100
  7. The regard that something is held to deserve; the importance, worth, or usefulness of something.
  8. An element, feature, or factor that is liable to vary or change.
  9. When you say, “to the power of” you are referring to a ________.
  10. The order in which mathematical operations are performed.
  11. Of a surface or line, inclined from a horizontal or vertical line; slant up or down.
  12. A mathematical relationship or rule expressed in symbols.
  13. Anything not linear
  14. Sometimes used in mathematical terms meaning to occur continuously over a period of time.

32 Clues: Anything not linearThe opposite of DecayThe opposite of growthThe opposite of adding.72+1 (Write in word form)To use or add in place of.To be separated into partsA illness that can be contractedAn instance of lessening or decayingAn instance of growing or making greater.Of or expressed by a mathematical exponent....

Unit 3 Crossword 2024-12-17

Unit 3 Crossword crossword puzzle
Across
  1. Terms in an algebraic expression that are of the same type and have the same variable.
  2. A mathematical statement that two values are not equal.
  3. A combination of variables, constants, and mathematical symbols that represent a mathematical statement.
  4. A type of equation or expression that has an endless number of possible solutions.
  5. Rules that determine how mathematical operations interact with each other.
  6. An equation that contains two algebraic expressions.
Down
  1. A property in algebra that states an expression can be distributed over a sum contained within parentheses.
  2. A mathematical statement in which two expressions are equal.
  3. A set of rules that describe the relationships between numbers in an inequality.
  4. A constant value or variable that multiplies a variable in an algebraic expression.
  5. The value of a variable in an equation that satisfies the given condition.
  6. Two operations that cancel each other out mathematically.
  7. A value that does not change in value in algebraic expressions.
  8. A mathematical expression that consists of constants, variables, and/or coefficients combined using operations.
  9. A symbol used to represent an unknown value or a value that can change in an algebraic expression.

15 Clues: An equation that contains two algebraic expressions.A mathematical statement that two values are not equal.Two operations that cancel each other out mathematically.A mathematical statement in which two expressions are equal.A value that does not change in value in algebraic expressions....

Mathematicians 2013-04-19

Mathematicians crossword puzzle
Across
  1. magnets
  2. generality of algebra
  3. father of geometry
  4. triangles
  5. Indian autodidact
  6. Italian mathematician
  7. greek philosopher
  8. fibonacci number
  9. Norwegian mathematician
  10. french lawyer
  11. gravity
  12. German philosopher
Down
  1. gas laws
  2. elliptic functions
  3. the stupidest name ever
  4. french philosopher
  5. german number theory
  6. greek teacher
  7. set theory
  8. Swiss physicist

20 Clues: magnetsgravitygas lawstrianglesset theorygreek teacherfrench lawyerSwiss physicistfibonacci numberIndian autodidactgreek philosopherelliptic functionsfrench philosopherfather of geometryGerman philosophergerman number theorygenerality of algebraItalian mathematicianthe stupidest name everNorwegian mathematician

Chapter 1+2 2015-04-26

Chapter 1+2 crossword puzzle
Across
  1. 倒数
  2. 小数
  3. 表达式
  4. 公式
  5. 置换
  6. 代数
  7. 因子/因数
Down
  1. 符号
  2. 系数
  3. 等式
  4. 立方
  5. 平方
  6. 分子
  7. 底数

23 Clues: 符号倒数系数小数等式公式立方置换平方分子代数底数表达式因子/因数

Unidad 4 Vocabulario - Las Clases 2023-02-27

Unidad 4 Vocabulario - Las Clases crossword puzzle
Across
  1. marketing
  2. French
  3. geography
  4. biology
  5. electives
  6. Spanish
  7. sports
  8. English
  9. chemistry
  10. algebra
  11. mathematics
  12. history
  13. band
  14. trigonometry
  15. computer science
  16. PE
Down
  1. social studies
  2. choir
  3. art
  4. geometry
  5. science
  6. orchestra
  7. languages
  8. German
  9. calculus
  10. physics
  11. music
  12. arithmetic
  13. Chinese

29 Clues: PEartbandchoirmusicFrenchsportsGermansciencebiologySpanishEnglishphysicsalgebrahistoryChinesegeometrycalculusmarketingorchestrageographylanguageselectiveschemistryarithmeticmathematicstrigonometrysocial studiescomputer science

Spanish crossword 2024-11-22

Spanish crossword crossword puzzle
Across
  1. Semester
  2. English
  3. Foreign Languages
  4. Quiz
  5. Subjects
  6. French Class
  7. Notes
  8. A presentation
  9. Course
  10. Class work
  11. Page
  12. Literature
  13. Test
  14. Sciences
  15. German
  16. Grade
Down
  1. Math Class
  2. Notes
  3. arm up
  4. Schedule
  5. Math class
  6. Lunch
  7. History
  8. Algebra
  9. Geography
  10. Assignment
  11. Activities
  12. Social Studies
  13. Spanish Class

29 Clues: QuizPageTestNotesLunchNotesGradearm upCourseGermanEnglishHistoryAlgebraSemesterSubjectsScheduleSciencesGeographyMath ClassMath classAssignmentActivitiesClass workLiteratureFrench ClassSpanish ClassA presentationSocial StudiesForeign Languages

symbols 2017-04-09

symbols crossword puzzle
Across
  1. ThisnonmetalisyellowincolourandthesymbolisS
  2. TheLatinnameofthismetalisFerrumandthesymbolisFe
  3. ThisisaonlymetalinliquidstateatroomtemperatureandthesymbolisHg
  4. ThisnonmetalisamajorcomponentofairanditssymbolisN
  5. TheLatinnameofthismetaliscuprumandsymbolisCu
Down
  1. GraphiteisapureformofthisnonmetalandthesymbolofthisnonmetalisC
  2. ThesymbolofthisgaseousnonmetalisCl
  3. ThismetalisusedformakingpreciousjewelleryandthesymbolisAg
  4. ThiselementpossesspropertiesofbothmetalandnonmetalsandthesymbolisSi
  5. ThisgaseousnonmetalisacomponentofwaterandthesymbolisH

10 Clues: ThesymbolofthisgaseousnonmetalisClThisnonmetalisyellowincolourandthesymbolisSTheLatinnameofthismetaliscuprumandsymbolisCuTheLatinnameofthismetalisFerrumandthesymbolisFeThisnonmetalisamajorcomponentofairanditssymbolisNThisgaseousnonmetalisacomponentofwaterandthesymbolisHThismetalisusedformakingpreciousjewelleryandthesymbolisAg...

Math Vocabulary Week 7 2025-06-06

Math Vocabulary Week 7 crossword puzzle
Across
  1. Terms whose variables (and their exponents) are the same
  2. States that you can add or multiply regardless of how the numbers are grouped
  3. An algebraic expression in which the exponent of the variable is 1
  4. States that the order in which you add or multiply numbers does not affect the answer
Down
  1. A symbol or a combination of symbols used in algebra, containing one or more numbers, variables, and operations
  2. A statement in which two things are equal and contains an equal sign
  3. The number before the variable
  4. A mathematical phrase combining numbers and/or variables, but does not contain an equal sign
  5. Is either a single number or variable or the product of several numbers or variables; they are separated by a plus sign or minus sign
  6. Multiplying the number on the outside of the parentheses by the numbers inside the parentheses

10 Clues: The number before the variableTerms whose variables (and their exponents) are the sameAn algebraic expression in which the exponent of the variable is 1A statement in which two things are equal and contains an equal signStates that you can add or multiply regardless of how the numbers are grouped...

Math :) 2024-06-10

Math :) crossword puzzle
Across
  1. ________ is a quantity representing the power to which a given number or expression is to be raised.
  2. ________ Is the space between two intersecting lines or surfaces at or close to the point where they meet
  3. __________ is the top number in a fraction
  4. value _______ is the magnitude of a real number without regard to it's sign
  5. ___________ is a comparison of two or more numbers that indicates their sizes in relation to eachother
  6. _________ is the part of mathematics in which letters and other general symbols are used to represent numbers and quantities
Down
  1. _________ is the bottom number in a fraction
  2. _______ is a number that is not a fraction
  3. _________ is the relation between two expressions that are not equal
  4. _______ is a fixed reference line for the measurement of coordinates
  5. ______ is the total space taken up by a flat surface or a shape of an object
  6. _________ is a number that represents a number of equal parts of a whole or the division of one number by another.
  7. ______ is the continuous line forming the boundary of a closed geometric figure

13 Clues: _______ is a number that is not a fraction__________ is the top number in a fraction_________ is the bottom number in a fraction_________ is the relation between two expressions that are not equal_______ is a fixed reference line for the measurement of coordinatesvalue _______ is the magnitude of a real number without regard to it's sign...

Canadian symbols 2021-03-15

Canadian symbols crossword puzzle
Across
  1. maple leaf shirt
  2. a fabric flowing in the air and very important
  3. seal Canada's most important thing
  4. a ver famous song known by british
  5. red and with represent a flag
  6. Maple lesf represents not fighting and more
  7. blue nose came to N ova Scotia
  8. different kind of police
Down
  1. O Canada is our anthem
  2. maple tree represents endurance and strength
  3. lacrosse represents honor and more
  4. a golden coin
  5. we made it and we love it
  6. A symbol that symbolizes that you are an independent country
  7. a animal that represents us
  8. a item used for ceremonies
  9. Poppy is a flower but it represents all the sacrifices that were made and all the wars we've been through

17 Clues: a golden coinmaple leaf shirtO Canada is our anthemdifferent kind of policewe made it and we love ita item used for ceremoniesa animal that represents usred and with represent a flagblue nose came to N ova Scotialacrosse represents honor and moreseal Canada's most important thinga ver famous song known by british...

Logic Symbols 2023-03-09

Logic Symbols crossword puzzle
Across
  1. all ∀
  2. quote x'
  3. mark !
  4. plus ⊕
  5. ~
  6. &
Down
  1. ¬
  2. line |
  3. exists ∃
  4. ^
  5. caret ∨
  6. +

17 Clues: ¬^~&+all ∀line |mark !plus ⊕caret ∨exists ∃quote x'

ELECTRICAL SYMBOLS 2024-09-21

ELECTRICAL SYMBOLS crossword puzzle
Across
  1. safety system in electrical installations that provides a low-resistance path for electrical currents to flow safely into the ground in case of a short circuit
  2. device that electronically redirects the flow of electricity or fluid
  3. locking mechanism that uses electricity to operate
  4. device used to control electrical circuits by initiating or interrupting the flow of electricity when pressed
  5. allows multiple electrical devices to be connected to a single power outlet
  6. to protect wire connections
  7. allows users to see and speak with visitors at their door or within a building through video and audio capabilities
  8. used primarily for electrical circuit protection
  9. measure the amount of electrical energy consumed
Down
  1. lighting device that automatically turns on during a power outage
  2. device that produces a loud sound to alert or warn individuals about emergencies or specific events
  3. safety device used in electrical circuits to protect against overcurrent
  4. electrical device that changes the voltage level of alternating current (AC) in an electrical circuit
  5. device used to connect electrical appliances or devices to the power supply
  6. changes electrical current
  7. audio signal that plays when a phone receives a call, message, or notification
  8. allows people to communicate with each other within a building or specific area, without needing phones or other external communication systems

17 Clues: changes electrical currentto protect wire connectionsused primarily for electrical circuit protectionmeasure the amount of electrical energy consumedlocking mechanism that uses electricity to operatelighting device that automatically turns on during a power outagedevice that electronically redirects the flow of electricity or fluid...

NUMERAL SYMBOLS 2025-09-01

NUMERAL SYMBOLS crossword puzzle
Across
  1. the base of the decimal system
  2. one more than four
  3. one more than fifteen
  4. one more than five
  5. comes after one
  6. one more than eleven
  7. one more than ten
  8. one more than fourteen
  9. the numeral representing nothing or no quantity
Down
  1. one more than eight
  2. comes after two
  3. one more than thirteen
  4. one more than twelve
  5. one more than six
  6. the first natural number
  7. one more than three
  8. one more than seven

17 Clues: comes after twocomes after oneone more than sixone more than tenone more than fourone more than fiveone more than eightone more than threeone more than sevenone more than twelveone more than elevenone more than fifteenone more than thirteenone more than fourteenthe first natural numberthe base of the decimal system...

French Classes 2023-12-05

French Classes crossword puzzle
Across
  1. lunch
  2. math class
  3. physics class
  4. science class
  5. French class
  6. health class
  7. Spanish class
  8. art class
  9. algebra class
Down
  1. gym class
  2. study hall
  3. German class
  4. computer class
  5. chemistry class
  6. biology class
  7. geometry class
  8. English class

17 Clues: lunchgym classart classstudy hallmath classGerman classFrench classhealth classphysics classscience classbiology classSpanish classalgebra classEnglish classcomputer classgeometry classchemistry class

Math 101 2020-12-02

Math 101 crossword puzzle
Across
  1. Is a sentence which is either always true or always false.
  2. Is a function of the form where b is a positive real number and equals to 1 and the argument x occurs as an exponent.
  3. Is a part of math in which letters and general symbols are used to represent numbers and quantities in formulae and equations.
  4. A number or algebraic expression that divides another numbers expression evenly.
Down
  1. An expression consisiting of variable and coefficient that invlove the operation of addition, subtraction, multiplication
  2. Is a standard algorithm suitable for dividing multi-digit number that is simple enough to perform by hand.
  3. The absence or opposite of something actual or positive.
  4. Is known as where a function or functins equal zero.
  5. A quantitiy representing the power to which a field number ( the base) must be raised to produce a given number.
  6. An exprssion that includes a square root, cube root or other.

10 Clues: Is known as where a function or functins equal zero.The absence or opposite of something actual or positive.Is a sentence which is either always true or always false.An exprssion that includes a square root, cube root or other.A number or algebraic expression that divides another numbers expression evenly....

Vocabulary Unit 2 Week 2 2015-01-11

Vocabulary Unit 2 Week 2 crossword puzzle
Across
  1. A state of disorganization or untidiness
  2. Excessive speed or urgency of movement or action; hurry
  3. A dome-shaped hut or tent made by fastening mats, skins, or bark over a framework of poles, used by some North American Indian peoples
Down
  1. a long or rambling story, especially one that is implausible
  2. Showing excessive pride and self-satisfaction in one's achievements, possessions, or abilities
  3. A traditional story, especially one concerning the early history of a people or explaining some natural or social phenomenon, and typically involving supernatural beings or events
  4. Complain or protest about something in a bad-tempered but typically muted way
  5. Make (a place) bleakly and depressingly empty or bare
  6. The part of mathematics in which letters and other general symbols are used to represent Numbers and quantities in formulae and equations
  7. An untrue traditional story. There may be some basis of fact. This type of story deal with nature.

10 Clues: A state of disorganization or untidinessMake (a place) bleakly and depressingly empty or bareExcessive speed or urgency of movement or action; hurrya long or rambling story, especially one that is implausibleComplain or protest about something in a bad-tempered but typically muted way...

Algebra glossary 2026-04-28

Algebra glossary crossword puzzle
Across
  1. Terms in an algebraic expression which are the same in relation to the pronumeral(s) and their exponents.
  2. A number used to multiply a variable in an algebraic expression.
  3. A term is either a single number or pronumeral, or numbers and pronumerals multiplied together. In an expression, terms are separated by addition or subtraction signs.
  4. A way of using symbols and symbolic representations to think and reason about relationships in both mathematical and real-world contexts.
Down
  1. Two or more numbers or pronumerals connected by operations. They do not include an equals sign.
  2. A fixed numerical value.
  3. Two or more numbers or pronumerals connected by operations and it is equal to an answer.
  4. A letter or symbol, such as x, y, or z, used to represent a known or unknown, constant or variable number.
  5. Something measurable or observable that is expected to either change over time or between individual observations.
  6. A rule that relates multiple variables together.

10 Clues: A fixed numerical value.A rule that relates multiple variables together.A number used to multiply a variable in an algebraic expression.Two or more numbers or pronumerals connected by operations and it is equal to an answer.Two or more numbers or pronumerals connected by operations. They do not include an equals sign....

Symbols 2016-10-24

Symbols crossword puzzle
Across
  1. cross
  2. infinity
  3. peace
  4. character
  5. Muhammad
Down
  1. zodiac
  2. pentagram
  3. batman
  4. shogun
  5. hand

10 Clues: handcrosspeacezodiacbatmanshoguninfinityMuhammadpentagramcharacter

symbols 2023-04-28

symbols crossword puzzle
Across
  1. represent states on the US flag
  2. The people who make the laws and rules that govern a country.
  3. the original states before the US was a country.
  4. a piece of cloth attached to poles that are used to represent various countries.
  5. another word for power.
  6. something used to represent something else.
Down
  1. ways of behaving that people think are important
  2. represent 13 colonies on the US flag
  3. something that is used to symbolize or speak for something else.
  4. The Statue of Liberty is a symbol of _________.

10 Clues: another word for power.represent states on the US flagrepresent 13 colonies on the US flagsomething used to represent something else.The Statue of Liberty is a symbol of _________.ways of behaving that people think are importantthe original states before the US was a country.The people who make the laws and rules that govern a country....

Symbols 2022-07-19

Symbols crossword puzzle
Across
  1. - boundless
  2. - Change in
  3. - In statistics, it is used as the symbol for the sample space, or total set of possible outcomes.
  4. - an enlarged capital Greek letter sigma
Down
  1. - used to indicate a number or ratio as a fraction of 100.
  2. - the product of all positive integers less than or equal to the given integer
  3. - An unknown variable in trigonometry
  4. - Used to explain in addition to.
  5. - Disadvantage.
  6. - May I have a large container of butter today"

10 Clues: - boundless- Change in- Disadvantage.- Used to explain in addition to.- An unknown variable in trigonometry- an enlarged capital Greek letter sigma- May I have a large container of butter today"- used to indicate a number or ratio as a fraction of 100.- the product of all positive integers less than or equal to the given integer...

Lydia's Spanish 2026-02-03

Lydia's Spanish crossword puzzle
Across
  1. el lapiz
  2. música
  3. las tijeras
  4. los rotuladores
  5. el comedor
  6. la libreta
  7. la tiza
  8. el pupitre
Down
  1. la pizarra
  2. la regla
  3. el gimnasio
  4. la geometría
  5. la álgebra
  6. el colegio
  7. la mochila
  8. el pegamento

16 Clues: músicala tizala reglael lapizla pizarrala álgebrael colegiola mochilael comedorla libretael pupitreel gimnasiolas tijerasla geometríael pegamentolos rotuladores

Numeral Symbols 2022-03-16

Numeral Symbols crossword puzzle
Across
  1. II
  2. XL
  3. IV
  4. XVII
  5. 70
  6. XII
  7. LXXX
  8. 11
  9. VIII
Down
  1. XIV
  2. I
  3. LX
  4. XC
  5. ٠
  6. 19
  7. XXX
  8. XVI

17 Clues: I٠IIXLIVLXXC701911XIVXIIXXXXVIXVIILXXXVIII

Gospel Symbols 2024-06-23

Gospel Symbols crossword puzzle
Across
  1. Jesus' last meal
  2. wasteful heir (2)
  3. infinite sacrifice
  4. wooly wanderer (2)
  5. house of Israel
  6. tiny condiment (2)
  7. maritime missionary (Matt 4:19)(3)
Down
  1. immersive commitment
  2. collect crops
  3. sacred agreement
  4. stories with hidden meaning
  5. mountain of the Lord
  6. ferrous handrail (2)
  7. buried money
  8. solid sacrament symbol
  9. innocent son (3)
  10. comforter (2)

17 Clues: buried moneycollect cropscomforter (2)house of Israelsacred agreementJesus' last mealinnocent son (3)wasteful heir (2)infinite sacrificewooly wanderer (2)tiny condiment (2)immersive commitmentmountain of the Lordferrous handrail (2)solid sacrament symbolstories with hidden meaningmaritime missionary (Matt 4:19)(3)

NUMERAL SYMBOLS 2024-09-02

NUMERAL SYMBOLS crossword puzzle
Across
  1. VI
  2. I
  3. X
  4. IX
  5. IV
  6. VIII
  7. XII
  8. XC
  9. V
Down
  1. XV
  2. C
  3. XIV
  4. XIII
  5. VII
  6. II
  7. XI
  8. XL

17 Clues: CIXVXVVIIIIXXIIVXLXCXIVVIIXIIXIIIVIII

Revelation Symbols 2026-04-17

Revelation Symbols crossword puzzle
Across
  1. Seen in Isaiah 51:7
  2. John 1:29
  3. One year
  4. Faithful witness
  5. War
  6. Chaos
  7. Plague of...
  8. Messenger
  9. Victory
Down
  1. Heavenly Creatures
  2. Life
  3. Satan
  4. Daniel 7:23
  5. Protection
  6. Evil
  7. Prayers
  8. Strength

17 Clues: WarLifeEvilSatanChaosPrayersVictoryOne yearStrengthJohn 1:29MessengerProtectionDaniel 7:23Plague of...Faithful witnessHeavenly CreaturesSeen in Isaiah 51:7

ALGEBRA CROSSWORD 2024-05-22

ALGEBRA CROSSWORD crossword puzzle
Across
  1. The complete set of possible values of the input of a function or relation
  2. reducing the expression/fraction/problem to a simpler form
  3. The point where the parabola changes direction
  4. A branch of mathematics that uses mathematical statements to describe relationships between things that vary
  5. The value of a parabola when all other variables in the equation equal 0
  6. The complete set of possible values of the output of a relation of function
  7. a quantity that may be changed according to the mathematical problem
  8. A number that is multiplied by a variable
  9. Involving an exponent
  10. multiplying a number times itself or raising it to the second power
  11. Numerical value that is a part of a whole
  12. A fixed value or a value that does not change
Down
  1. arranged in or extending along a straight or nearly straight line
  2. a mathematical rule or relationship that uses letters to represent amounts that can be changed
  3. A statement involving at least two different numbers and at least one operation
  4. A whole number that can be positive, negative, or zero
  5. A mathematical sentence that has two equal sides separated by an equal sign
  6. A single number or variable, or the product of several numbers or variables
  7. a number or algebraic expression that divides another number or expression evenly
  8. a surface of which one end or side is at a higher level than another; a rising or falling surface

20 Clues: Involving an exponentA number that is multiplied by a variableNumerical value that is a part of a wholeA fixed value or a value that does not changeThe point where the parabola changes directionA whole number that can be positive, negative, or zeroreducing the expression/fraction/problem to a simpler form...

Canadian Symbols 2021-03-15

Canadian Symbols crossword puzzle
Across
  1. something on a pole and it shows a country
  2. police that wear red uniforms
  3. is a ship
  4. is an animal in a nickel
  5. something that maple syrup comes from
  6. think about the Canadian Flag
  7. something you play on ice
  8. a type of cloth
  9. is a sport that you have to use sticks and capture it while it's in the air i think
  10. something on the Canadian Flag
Down
  1. a gold coin worth 100 cents
  2. a golden staff looking
  3. for the US and is the coat of arms
  4. is something you sing for the queen
  5. think of "In Flanders Field"
  6. something you ride on and is an animal that sometimes brings a carriage
  7. something you sing for Canada

17 Clues: is a shipa type of clotha golden staff lookingis an animal in a nickelsomething you play on icea gold coin worth 100 centsthink of "In Flanders Field"police that wear red uniformsthink about the Canadian Flagsomething you sing for Canadasomething on the Canadian Flagfor the US and is the coat of armsis something you sing for the queen...

Week 2 Vocabulary 2025-03-11

Week 2 Vocabulary crossword puzzle
Across
  1. A number in a linear equation
  2. The number in front of a variable that indicates multiplication
  3. A property in mathematics where is term inside the parenthesis is multiplied by the number outside of the parenthesis
  4. The parts that make up a multiplication problem
  5. When all of the angle measures, line segments and distances between points are preserved
  6. A whole number that can be positive or negative
Down
  1. A linear solution to an equation where any value for the variable will make the equation true
  2. An equation stating that two ratios are equal
  3. An expression or equation that is not linear
  4. A combination of numbers, variables and operations written together
  5. A type of equation where each variable has an exponent of 1
  6. A linear solution where there is only one value for the variable that will make the equation true

12 Clues: A number in a linear equationAn expression or equation that is not linearAn equation stating that two ratios are equalThe parts that make up a multiplication problemA whole number that can be positive or negativeA type of equation where each variable has an exponent of 1The number in front of a variable that indicates multiplication...

Linear Motion 2021-01-13

Linear Motion crossword puzzle
Across
  1. A quantity that only has a magnitude
  2. The total distance traveled divided by the time it takes to travel that distance
  3. The length of the path between two points
  4. A quantity that has a magnitude and direction associated with it
  5. The vector sum of two or more vectors
  6. A system of objects that are not moving with respect to one another
  7. The rate at which velocity changes
Down
  1. Change in position
  2. The ratio of the distance an object moves to the amount of time the object moves
  3. Movement in relation to a frame of reference
  4. The rate at which an object is moving at a given moment in time
  5. The speed and direction an object is moving, measured relative to a reference point
  6. The movement of an object toward Earth because of gravity

13 Clues: Change in positionThe rate at which velocity changesA quantity that only has a magnitudeThe vector sum of two or more vectorsThe length of the path between two pointsMovement in relation to a frame of referenceThe movement of an object toward Earth because of gravityThe rate at which an object is moving at a given moment in time...

Linear Function 2021-02-20

Linear Function crossword puzzle
Across
  1. Form An equation written in the form of Ax + By = C.
  2. Terms which have the same variable and power.
  3. The rate of change.
  4. A relation in which each member of the domain (input value) is paired with exactly one member of the range (output value).
  5. slope When the slope of a line increases.
  6. A decimal which has one or more digits recurring.
  7. To find the value of variable that makes an equation true.
  8. To find the value of variable that makes an equation true.
Down
  1. Any set of ordered pairs.
  2. form An equation written in the form of y = mx + b.
  3. to find the value of variable that makes an equation true.
  4. A decimal that ends or stops.
  5. pairs A pair of numbers used to locate points on the coordinate plane.
  6. slope When the slope of a line goes downhill from left to right.
  7. To find the value of a numerical or algebraic expression.

15 Clues: The rate of change.Any set of ordered pairs.A decimal that ends or stops.slope When the slope of a line increases.Terms which have the same variable and power.A decimal which has one or more digits recurring.form An equation written in the form of y = mx + b.Form An equation written in the form of Ax + By = C....

Linear Equations 2023-04-06

Linear Equations crossword puzzle
Across
  1. A number used to multiply a variable
  2. An input-output relationship that has exactly one output for each input
  3. A relationship between two variables where their ratios are equivalent
  4. The point where the x-axis and y-axis intersect
  5. The point(s) at which a line crosses the x-axis
  6. A line parallel to the x-axis
  7. The point at which a line crosses the y-axis
Down
  1. A ratio that compares the change in values of the y variables to the change in values of the x variables
  2. A linear equation in the form y = mx + b, where m is the slope of the line and b is the y-intercept
  3. Any function that can be defined by a linear equation, and usually written in the form y = mx + b
  4. A line parallel to the y-axis
  5. A term in an that does not contain any variables; just a number
  6. A measurement of the steepness of a line in the coordinate plane; represented by the letter "m."

13 Clues: A line parallel to the y-axisA line parallel to the x-axisA number used to multiply a variableThe point at which a line crosses the y-axisThe point where the x-axis and y-axis intersectThe point(s) at which a line crosses the x-axisA term in an that does not contain any variables; just a number...

Linear Functions 2016-04-09

Linear Functions crossword puzzle
Across
  1. the independent variable
  2. a relation where each input has exactly one output
  3. change in x
  4. the dependent variable
  5. steepness of a line
  6. a set of ordered pairs
  7. y = mx + b
  8. change in y over change in x
Down
  1. the starting point of a function
  2. (x, y)
  3. where the line crosses the y-axis
  4. a function that has a constant rate of change and graphs a straight line
  5. change in y

13 Clues: (x, y)y = mx + bchange in xchange in ysteepness of a linethe dependent variablea set of ordered pairsthe independent variablechange in y over change in xthe starting point of a functionwhere the line crosses the y-axisa relation where each input has exactly one outputa function that has a constant rate of change and graphs a straight line

Linear Functions 2024-09-27

Linear Functions crossword puzzle
Across
  1. Point where a line crosses the y-axis
  2. What lines are placed on
  3. The inclination of lines
  4. Two lines with slopes that are negative reciprocals
  5. Point where a line crosses an axis
Down
  1. Form of a linear equation: y=mx+b
  2. The opposite of the y-intercept
  3. The best water bottle on the market
  4. Lines that lie exactly on top of each other
  5. The horizontal change when moving along a line
  6. The vertical change when moving along a line
  7. Point (0,0) on a graph
  8. Lines that have the same slope but not the same b value

13 Clues: What lines are placed onThe inclination of linesPoint (0,0) on a graphThe opposite of the y-interceptForm of a linear equation: y=mx+bPoint where a line crosses an axisThe best water bottle on the marketPoint where a line crosses the y-axisLines that lie exactly on top of each otherThe vertical change when moving along a line...

Linear Equations 2024-11-25

Linear Equations crossword puzzle
Across
  1. a magical school featured in the Harry Potter series
  2. the vertical line in a cartesian plane
  3. a type of equation that forms a straight line when graphed
  4. a popular battle royale game
  5. which NRL team has won the last 4 grand finals?
  6. a horizontal or vertical line in a coordinate plane
Down
  1. the chemical symbol for water
  2. a letter used to represent an unknown number in an equation
  3. the measure of steepness/slope of a line
  4. the point where a line crosses the vertical axis
  5. a diagram showing the relation between two variables using lines or curves
  6. a mathematical statement where two expressions are equal
  7. a marvel superhero also known as Peter Parker

13 Clues: a popular battle royale gamethe chemical symbol for waterthe vertical line in a cartesian planethe measure of steepness/slope of a linea marvel superhero also known as Peter Parkerwhich NRL team has won the last 4 grand finals?the point where a line crosses the vertical axisa horizontal or vertical line in a coordinate plane...