document.write( "Question 1028080: a and b are positive integers. Find 2a+3b if a^2b^3=108 \n" ); document.write( "
Algebra.Com's Answer #643262 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Given a^2b^3=108, the only way this can be is if a = 2 and b = 3...because
\n" ); document.write( "2^2 * 3^3 = 4 * 27 = 108...if so, then
\n" ); document.write( "2a + 3b = 2*2 + 3*3 = 13
\n" ); document.write( "
\n" );