document.write( "Question 1102779: Find the values for c and d that would make the following equation true.
\n" );
document.write( "(cy^3)(9y^d)=18y^6 \n" );
document.write( "
Algebra.Com's Answer #717507 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! cy^3*9y^d=18y^6 \n" ); document.write( "break it apart \n" ); document.write( "the constants are c*9=18 so c=2 \n" ); document.write( "the variables are y^3*y^d=y^6 \n" ); document.write( "so 3+d=6 \n" ); document.write( "d=3 \n" ); document.write( "c is 2, d is 3 \n" ); document.write( " |