document.write( "Question 53032: Can someone help me with this problem?
\n" );
document.write( " I need to evaluate the following expression if a = -2, b = 5, c = -4, and d=6\r
\n" );
document.write( "\n" );
document.write( " d^2 - b^2\r
\n" );
document.write( "\n" );
document.write( " Thanks,
\n" );
document.write( " Sher \n" );
document.write( "
Algebra.Com's Answer #35364 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! d^2=6*6 & b^2=5*5 thus (6*6)-(5*5) or 36-25=9 \n" ); document.write( " |