<span>
</span>
You can use (a+b)2 = a2+2ab+b2.
(2x - 3)2 = (2x)2 + 2(2x)(-3) + (-3)2 = 4x2 - 12x + 9
Or you can use FOIL.
(2x - 3)2 = (2x - 3)(2x - 3) = (2x)2 + (2x)(-3) + (-3)(2x) + (-3)2 = 4x2 - 12x + 9
hope I could be helpful
(-y+5x3)+(7.2y-9)=6.2y+n
(-y+15)+(7.2y-9)=6.2y+n
since you're adding the two parentheses, you don't need to have them there
-y+15+7.2y-9=6.2y+n
7.2y-y +15-9 =6.2y+n
6.2y + 6 =6.2y+n
6.2y - 6.2y -n = -6
-n=-6
n=6
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:
Answer:
The number of red pens is 20.
The number of blue pens is 4.
Step-by-step explanation:
We are given that, the ratio of number of red pens to the number of blue pens is 5 : 1.
∴ Let us assume that the number of red pens be 5<em>x</em> and number of blue pens be <em>x</em>.
Total number of pens in the desk drawer = 24
Now, according to question :
Number of red pens + Number of blue pens = 24
⇒5<em>x</em> + <em>x</em> = 24
⇒6<em>x</em> = 24
⇒
So, number of red pens in the drawer = 5<em>x</em> = 5 × 4 = 20
Number of blue pens in the drawer = <em>x</em> = 4