document.write( "Question 482022: How can you Evaluate the following?
\n" );
document.write( "y = (2a2b)2 * 3c + d/2 where a = 2, b = 3, c = 4 and d = 24
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #330057 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! y=(2*2^2*3)^2*3*4+12 \n" ); document.write( "y=576*12+12 \n" ); document.write( "y=6924 \n" ); document.write( " |