An important rule of logs is a*log b = log b^a.
Thus, 2 (log to the base 5 of )(5x^3) = (log to the base 5 of ) (5x^3)^2, or
(log to the base 5 of ) (25x^6).
Next, (1/3) (log to the base 5 of ) (x^2+6) = (log to the base 5 of ) (x^2+6)^(1/3).
Here, the addition in the middle of the given expression indicates multiplication:
2Log5(5x^3)+1/3log5(x^2+6) = (log to the base 5 of ) { (5x^3)^2 * (x^2+6)^(1/3) }.
Here we've expressed the given log quantity as a single log.
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
4
Step-by-step explanation:
The area, a of the room is 8* 5.5
a = 44 sqaure feet
one square foot of tiles are sold in packages of 12
To get the number of packages needed, simply divide the area of the room by 12
This gives:
44/12 = 4
= 3.67 round up to the nearest whole number
= 4
Explanation is in a file
bit.
ly/3a8Nt8n
Answer:
x=3
Step-by-step explanation:
Step 1: Simplify both sides of the equation.
2
3
(9x−6)=14
(
2
3
)(9x)+(
2
3
)(−6)=14(Distribute)
6x+−4=14
6x−4=14
Step 2: Add 4 to both sides.
6x−4+4=14+4
6x=18
Step 3: Divide both sides by 6.
6x
6
=
18
6
x = 3