There are 16 smaller triangles within the main large one. .25=1/4, so your fraction is 1/4. 1/4 of 16 is 4, because 4+4+4+4=16. So colour in 4 triangles. Hope this helps!
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:
-15x^2 +8x -1
Step-by-step explanation:
(3x – 1)(-5x + 1)=
3x(-5x) + 3x(1) - 1(-5x) -1 =
-15x^2 +3x +5x -1 =
-15x^2 +8x -1
see my other articles for quiz and assignment in my site.
just copy and paste "learningandassignments diy4pro" to google search engine.
hope it helps.
1-39 ODD:
1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39
Now you'd add them all up.
1+3+5+7+9 = 25
11+13+15+17+19 = 75
21+23+25+27+29 = 125
31+33+35+37+39 = 175
Add the totals:
25+75+125+175
The answer would be 400.