{"id":106101,"date":"2021-12-10T07:55:27","date_gmt":"2021-12-10T13:55:27","guid":{"rendered":"https:\/\/www.mometrix.com\/academy\/?page_id=106101"},"modified":"2026-03-28T12:23:42","modified_gmt":"2026-03-28T17:23:42","slug":"evaluating-algebraic-expressions","status":"publish","type":"page","link":"https:\/\/www.mometrix.com\/academy\/evaluating-algebraic-expressions\/","title":{"rendered":"Evaluating Algebraic Expressions Overview"},"content":{"rendered":"<h2 class=\"pt-page\" style=\"margin-top: 1em;\">What is an algebraic expression?<\/h2>\n<p>An algebraic expression is a mathematical phrase that includes variables, constants, coefficients, and algebraic operations. For example, \\(5x^2+6xy-c\\) is an algebraic expression. Unlike algebraic equations, algebraic expressions do not have equal signs.<\/p>\n<div class=\"buttonlinks\"><a href=\"#pqs\">Algebraic Expression Sample Questions<\/a><\/div>\n<p>There are several types of algebraic expressions. A <strong>monomial<\/strong> is an algebraic expression with only one term in which the exponents and variables are non-negative integers. A <strong>binomial<\/strong> is an algebraic expression composed of two monomials linked by an operation symbol. A <strong>trinomial<\/strong> consists of three monomials linked by operation symbols. A <a class=\"ylist\" href=\"https:\/\/www.mometrix.com\/academy\/intro-to-polynomials\/\">polynomial<\/a> is an algebraic expression with any amount of terms greater than 1 but not an infinite amount.<\/p>\n<h2 class=\"pt-page\">How do you evaluate algebraic expressions?<\/h2>\n<p>To evaluate algebraic expressions, substitute each variable\u2019s value into the expression. When substituting a number in for a variable, it is always a good idea to put it in parentheses. This helps you correctly simplify exponents and multiply. Once you\u2019ve done this, simplify using the <a class=\"ylist\" href=\"https:\/\/www.mometrix.com\/academy\/order-of-operations\/\">order of operations<\/a>.<\/p>\n<p>For instance, to evaluate the expression \\(4s^2-1\\) when \\(s=2\\), substitute the number \\(2\\) into the expression for \\(s\\) and solve:<\/p>\n<table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey;\">\n<tbody>\n<tr>\n<td style=\"width: 20%; padding: 13px;\">\\(4(2)^2-1\\)<\/td>\n<td style=\"width: 80%; text-align: left; padding: 13px;\">First, substitute \\(2\\) into the expression for \\(s\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(4(4)-1\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">The expression involves multiplication, an exponent, and subtraction. According to the order of operations, simplify exponents before multiplying or subtracting. Since \\(2\\) raised to the second power equals \\(4\\), rewrite the expression using \\(4\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(16-1\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">The two operations remaining in the expression are multiplication and subtraction. According to the order of operations, multiply before subtracting. Since \\(4\\times4=16\\), rewrite the expression using \\(16\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(15\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, subtract. Since \\(16-1=15\\), the expression \\(4s^2-1\\) is simplified to \\(15\\) when \\(s=2\\).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Examples<\/h3>\n<p>1. Evaluate \\(xyz\\) if \\(x=3,y=2,\\) and \\(z=1\\).<\/p>\n<table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey;\">\n<tbody>\n<tr>\n<td style=\"width: 20%; padding: 13px;\">\\((3)(2)(1)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(3\\) into the expression for \\(x\\), \\(2\\) for \\(y\\), and \\(1\\) for \\(z\\). When \\(2\\) or more variables are adjacent to each other with no operation sign, always multiply. In this case, multiply \\(3\\times2\\times1\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\((6)(1)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Multiply from left to right. Since \\(3\\times2=6\\), rewrite the expression using \\(6\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(6\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, multiply \\((6)(1)\\). Since \\(6\\times1=6\\), the expression \\(xyz\\) is simplified to \\(6\\) when \\(x=3,y=2,\\) and \\(z=1\\).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>2.Evaluate \\(\\frac{x+(3+y^3)}{10-z}\\) if \\(x=5,y=3,\\) and \\(z=3\\).<\/p>\n<table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey;\">\n<tbody>\n<tr>\n<td style=\"width: 25%; padding: 13px;\">\\(\\frac{(5)+(3+(3)^3)}{10-(3)}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(5\\) into the expression for \\(x\\), \\(3\\) for \\(y\\), and \\(3\\) for \\(z\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{(5)+(3+27)}{10 &#8211; (3)}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">This expression involves parentheses, exponents, division, addition, and subtraction. Start by addressing the portion of the expression in parentheses, \\((3+(3)^3)\\). According to the order of operations, simplify exponents first. Since \\(3^3\\) is equal to \\(27\\), rewrite the expression using \\(27\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{(5)+(30)}{10 &#8211; (3)}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Next, continue to simplify the portion of the expression in parentheses by adding. Since \\(3+27=30\\), rewrite the expression using \\(30\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{35}{7}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the numerator and denominator. Since \\(5+30=35\\), write \\(35\\) as the numerator. Since \\(10-3=7\\), write \\(7\\) as the denominator.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(5\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, simplify the fraction by dividing the numerator by the denominator. Since \\(35\\div7=5\\), the expression \\(\\frac{x+(3+y^3)}{10-z}\\) is simplified to \\(5\\) when \\(x=5,y=3,\\) and \\(z=3\\).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>3. Evaluate \\(-3a-(2b+4)\\) if \\(a=-8\\) and \\(b=-7\\).<\/p>\n<table id=\"pqs\" class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey;\">\n<tbody>\n<tr>\n<td style=\"width: 20%; padding: 13px;\">\\(-3(-8)-(2(-7)+4)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(-8\\) into the expression for \\(a\\) and \\(-7\\) for \\(b\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(-3(-8)-((-14)+4)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">This expression involves parentheses, multiplication, addition, and subtraction. Start by addressing the portion of the expression in parentheses, \\((2(-7)+4)\\). According to the order of operations, simplify \\(2(-7)\\) first. Since \\(2-7=-14\\), rewrite the expression using this product.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(-3(-8)-(-10)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Next, continue to simplify the portion of the expression in parentheses by simplifying \\(((-14)+4)\\). Since \\(-14+4=-10\\), rewrite the expression using this sum.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(24-(-10)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, multiply \\(-3(-8)\\). Since \\(-3\\times-8=24\\), rewrite the expression using this product.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(34\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, subtract \\(24-(-10)\\). Since \\(24-(-10)=34\\), the expression \\(-3a-(2b+4)\\) is simplified to \\(34\\) when \\(a=-8\\) and \\(b=-7\\).<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<a href=\"https:\/\/www.mometrix.com\/university\/mathcr\/?utm_source=academy&amp;utm_medium=inline&amp;utm_campaign=academy-mu-ads&amp;utm_content=mathcr-test\" class=\"class_names\" style=\"color:black;\" onclick=\"_paq.push(['trackEvent', 'Course Button', 'Course Click', 'MathPlacement Course Click']);\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-57671 size-full\" src=\"https:\/\/www.mometrix.com\/academy\/wp-content\/uploads\/2021\/09\/imcr20-New.png\" alt=\"Click here for 20% off of Mometrix Math College Readiness Online Course. Use code: IMCR20\" width=\"728\" height=\"90\" \/><\/a>\n<h2 class=\"pt-page\">Evaluating Algebraic Expressions Sample Questions<\/h2>\n<p>Here are a few sample questions going over evaluating algebraic expressions.<br \/>\n\n\t\t\t\t<div class=\"PQ\">\n\t\t\t\t\t<strong>Question #1:<\/strong>\n\t\t\t\t\t<div style=\"margin-left:10px;\"><p>&nbsp;<br \/>\nEvaluate \\(\\frac{ac}{b}\\) if \\(a=5,b=2,\\) and \\(c=10\\). <\/p>\n<\/div>\n\t\t\t\t\t<div class=\"PQ-Choices\"><div class=\"PQ\"  id=\"PQ-1-1\">\\(1\\)<\/div><div class=\"PQ\"  id=\"PQ-1-2\">\\(5\\)<\/div><div class=\"PQ correct_answer\"  id=\"PQ-1-3\">\\(25\\)<\/div><div class=\"PQ\"  id=\"PQ-1-4\">\\(255\\)<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<input id=\"PQ-1\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-1\" style=\"width: 150px;\">Show Answer<\/label>\n\t\t\t\t\t<div class=\"answer\" id=\"PQ-1-spoiler\">\n\t\t\t\t\t\t<strong>Answer:<\/strong><div style=\"margin-left:10px;\"><table class=\"ATable\" style=\"width: 100%;  box-shadow: 1.5px 1.5px 3px grey; margin-top: 1em;\">\n<tbody>\n<tr>\n<td style=\"width: 20%; padding: 13px;\">\\(\\frac{(5)(10)}{2}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(5\\) into the expression for \\(a,2\\) for \\(b\\), and \\(10\\) for \\(c\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{50}{2}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the numerator. Since \\(5\\times10=50\\), rewrite the expression with \\(50\\) as the numerator.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(25\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, simplify the fraction by dividing the numerator by the denominator. Since \\(50\\div2=25\\), the expression can be simplified to \\(25\\). Therefore, the correct answer is C.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\t\t\t\t\t\t<input id=\"PQ-1-hide\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-1-hide\" style=\"width: 150px;\">Hide Answer<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"PQ\">\n\t\t\t\t\t<strong>Question #2:<\/strong>\n\t\t\t\t\t<div style=\"margin-left:10px;\"><p>&nbsp;<br \/>\nEvaluate \\(3xyz-8\\) if \\(x=-4,y=-3,\\) and \\(z=-6\\). <\/p>\n<\/div>\n\t\t\t\t\t<div class=\"PQ-Choices\"><div class=\"PQ\"  id=\"PQ-2-1\">\\(3,428\\)<\/div><div class=\"PQ\"  id=\"PQ-2-2\">\\(224\\)<\/div><div class=\"PQ correct_answer\"  id=\"PQ-2-3\">\\(-224\\)<\/div><div class=\"PQ\"  id=\"PQ-2-4\">\\(-208\\)<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<input id=\"PQ-2\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-2\" style=\"width: 150px;\">Show Answer<\/label>\n\t\t\t\t\t<div class=\"answer\" id=\"PQ-2-spoiler\">\n\t\t\t\t\t\t<strong>Answer:<\/strong><div style=\"margin-left:10px;\"><table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey; margin-top: 1em;\">\n<tbody>\n<tr>\n<td style=\"width: 35%; padding: 13px;\">\\(3(-4)(-3)(-6)-8\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(-4\\) into the expression for \\(x\\), \\(-3\\) for \\(y\\), and \\(-6\\) for \\(z\\).<\/td>\n<\/tr>\n<td style=\"padding: 13px;\">\\(-12(-3)(-6)-8\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the expression using the order of operations. Start by multiplying from left to right, beginning with \\(3(-4)\\). Since \\(3\\times-4=-12\\), rewrite the expression using \\(-12\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(36(-6)-8\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Next, multiply \\(-12\\) by \\(-3\\). Since \\(-12\\times-3=36\\), rewrite the expression using \\(36\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(-216-8\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Continue simplifying by multiplying \\(36\\) by \\(-6\\). Since \\(36\\times-6=-216\\), rewrite the expression using \\(-216\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(-224\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, subtract. Since \\(-216-8=-224\\), the expression can be simplified to \\(-224\\). Therefore, the correct answer is C.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\t\t\t\t\t\t<input id=\"PQ-2-hide\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-2-hide\" style=\"width: 150px;\">Hide Answer<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"PQ\">\n\t\t\t\t\t<strong>Question #3:<\/strong>\n\t\t\t\t\t<div style=\"margin-left:10px;\"><p>&nbsp;<br \/>\nEvaluate \\(\\frac{3(a + c^2)}{12}\\) if \\(a=-9\\) and \\(c=5\\). <\/p>\n<\/div>\n\t\t\t\t\t<div class=\"PQ-Choices\"><div class=\"PQ\"  id=\"PQ-3-1\">\\(16\\)<\/div><div class=\"PQ\"  id=\"PQ-3-2\">\\(0.25\\)<\/div><div class=\"PQ\"  id=\"PQ-3-3\">\\(8.5\\)<\/div><div class=\"PQ correct_answer\"  id=\"PQ-3-4\">\\(4\\)<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<input id=\"PQ-3\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-3\" style=\"width: 150px;\">Show Answer<\/label>\n\t\t\t\t\t<div class=\"answer\" id=\"PQ-3-spoiler\">\n\t\t\t\t\t\t<strong>Answer:<\/strong><div style=\"margin-left:10px;\"><table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey; margin-top: 1em;\">\n<tbody>\n<tr>\n<td style=\"width: 20%; padding: 13px;\">\\(\\frac{3((-9)+(5)^2)}{12}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(-9\\) into the expression for \\(a\\) and \\(5\\) for \\(c\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{3((-9) + 25)}{12}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the expression using the order of operations. Start with the portion in parentheses, which is \\(((-9)+(5)^2)\\). Simplify exponents first. Since \\(5^2=25\\), rewrite the expression using \\(25\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(\\frac{3(16)}{12}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Next, continue simplifying the portion of the expression in parentheses by adding \\(-9\\) and \\(25\\). Since \\(-9+25=16\\), rewrite the expression using \\(16\\).<\/td>\n<\/tr>\n<td style=\"padding: 13px;\">\\(\\frac{48}{12}\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the numerator. Since \\(3\\times16=48\\), rewrite the expression using \\(48\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(4\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, simplify the fraction by dividing the numerator by the denominator. Since \\(48\\div12=4\\), the expression can be simplified to \\(4\\). Therefore, the correct answer is D.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\t\t\t\t\t\t<input id=\"PQ-3-hide\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-3-hide\" style=\"width: 150px;\">Hide Answer<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"PQ\">\n\t\t\t\t\t<strong>Question #4:<\/strong>\n\t\t\t\t\t<div style=\"margin-left:10px;\"><p>&nbsp;<br \/>\nJack and Diane own a company that sells scooters. The amount they pay the employees on their sales team (in dollars) is \\(15x+25y\\). In this expression, \\(x\\) represents the number of hours worked and \\(y\\) represents the number of sales made. How much would an employee make if they work for \\(5\\) hours and sell \\(4\\) scooters? <\/p>\n<\/div>\n\t\t\t\t\t<div class=\"PQ-Choices\"><div class=\"PQ\"  id=\"PQ-4-1\">\\($154\\)<\/div><div class=\"PQ correct_answer\"  id=\"PQ-4-2\">\\($175\\)<\/div><div class=\"PQ\"  id=\"PQ-4-3\">\\($185\\)<\/div><div class=\"PQ\"  id=\"PQ-4-4\">\\($409\\)<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<input id=\"PQ-4\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-4\" style=\"width: 150px;\">Show Answer<\/label>\n\t\t\t\t\t<div class=\"answer\" id=\"PQ-4-spoiler\">\n\t\t\t\t\t\t<strong>Answer:<\/strong><div style=\"margin-left:10px;\"><table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey; margin-top: 1em;\">\n<tbody>\n<tr>\n<td style=\"width: 35%; padding: 13px;\">\\(15(5)+25(4)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(5\\) into the expression for \\(x\\) and \\(4\\) for \\(y\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(75+100\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the expression using the order of operations. Since we must multiply before adding, simplify each multiplication portion of the expression. \\(15\\times5=75\\), and \\(25\\times4=100\\). Rewrite the expression using these products.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(175\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, add \\(75\\) and \\(100\\). Since \\(75+100=175\\), the expression can be simplified to \\(175\\). At the scooter company, an employee would make \\($175\\) if they worked for \\(5\\) hours and sold \\(4\\) scooters. Therefore, the correct answer is B.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\t\t\t\t\t\t<input id=\"PQ-4-hide\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-4-hide\" style=\"width: 150px;\">Hide Answer<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"PQ\">\n\t\t\t\t\t<strong>Question #5:<\/strong>\n\t\t\t\t\t<div style=\"margin-left:10px;\"><p>&nbsp;<br \/>\nClaire\u2019s bakery sells croissants, muffins, and donuts. The expression \\(3.5c+4m+2.5d\\) gives the cost (in dollars) of \\(c\\) croissants, \\(m\\) muffins, and \\(d\\) donuts. Will is having a party and needs to order \\(10\\) croissants, \\(6\\) muffins, and \\(12\\) donuts. What is the total cost of Will\u2019s order? <\/p>\n<\/div>\n\t\t\t\t\t<div class=\"PQ-Choices\"><div class=\"PQ\"  id=\"PQ-5-1\">\\($108\\)<\/div><div class=\"PQ\"  id=\"PQ-5-2\">\\($97\\)<\/div><div class=\"PQ\"  id=\"PQ-5-3\">\\($94\\)<\/div><div class=\"PQ correct_answer\"  id=\"PQ-5-4\">\\($89\\)<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<input id=\"PQ-5\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-5\" style=\"width: 150px;\">Show Answer<\/label>\n\t\t\t\t\t<div class=\"answer\" id=\"PQ-5-spoiler\">\n\t\t\t\t\t\t<strong>Answer:<\/strong><div style=\"margin-left:10px;\"><table class=\"ATable\" style=\"width: 100%; box-shadow: 1.5px 1.5px 3px grey; margin-top: 1em;\">\n<tbody>\n<tr>\n<td style=\"width: 40%; padding: 13px;\">\\(3.5(10)+4(6)+2.5(12)\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">First, substitute \\(10\\) into the expression for \\(c\\), \\(6\\) for \\(m\\), and \\(12\\) for \\(d\\).<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(35+24+30\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">From here, simplify the expression using the order of operations. Since we must multiply before adding, simplify each multiplication portion of the expression. \\(3.5\\times10=35\\), \\(4\\times6=24\\), and \\(2.5\\times12=30\\). Rewrite the expression using these products.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 13px;\">\\(89\\)<\/td>\n<td style=\"text-align: left; padding: 13px;\">Finally, add \\(35,24,\\) and \\(30\\). Since \\(35+24+30=89\\), The expression can be simplified to \\(89\\). Will\u2019s bakery order will cost \\(89\\) dollars if he buys \\(10\\) croissants, \\(6\\) muffins, and \\(12\\) donuts. Therefore, the correct answer is D.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n\t\t\t\t\t\t<input id=\"PQ-5-hide\" type=\"checkbox\" class=\"spoiler_button\" \/><label for=\"PQ-5-hide\" style=\"width: 150px;\">Hide Answer<\/label>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div><\/p>\n<div class=\"home-buttons\">\n<p><a href=\"https:\/\/www.mometrix.com\/academy\/math-sample-questions\/\">Return to Math Sample Questions<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>What is an algebraic expression? An algebraic expression is a mathematical phrase that includes variables, constants, coefficients, and algebraic operations. For example, is an algebraic expression. Unlike algebraic equations, algebraic expressions do not have equal signs. Algebraic Expression Sample Questions There are several types of algebraic expressions. A monomial is an algebraic expression with only &#8230; <a title=\"Evaluating Algebraic Expressions Overview\" class=\"read-more\" href=\"https:\/\/www.mometrix.com\/academy\/evaluating-algebraic-expressions\/\" aria-label=\"Read more about Evaluating Algebraic Expressions Overview\">Read more<\/a><\/p>\n","protected":false},"author":13,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":{"0":"post-106101","1":"page","2":"type-page","3":"status-publish","5":"page_category-math-advertising-group","6":"page_category-math-non-video-pages","7":"page_type-topic-overview","8":"subject_matter-math"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/pages\/106101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/comments?post=106101"}],"version-history":[{"count":7,"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/pages\/106101\/revisions"}],"predecessor-version":[{"id":281951,"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/pages\/106101\/revisions\/281951"}],"wp:attachment":[{"href":"https:\/\/www.mometrix.com\/academy\/wp-json\/wp\/v2\/media?parent=106101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}