Answer:
D
Step-by-step explanation:
√(144*x²) = (√144)*(√x²) = 12x
Answer is D.12x.
Answer:
x<0.5
Step-by-step explanation:
this is just like simplifiying equations if you've done that before
first you want to isolate the variable, so you want to combine the values of x (in this case it's 6x and the -2x)
so you can either add 2x to both sides or you can subtract 6x on both sides, in this case ill just add 2x to both sides.
Then you subtract 3 from both sides to get 8x<4
after you get that, you want to divide both sides by 8, and you generally want to do that step last, it makes it easier, and you get x<1/2 or 0.5
just a reminder that with working with inequalities, you want to remember to flip the direction the inequality is whenever you divide by a negative number
see attached picture for #6
10 the inequality would be :
12 inch box is x
15 inch box is y
12x+15y≤84
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: